A easy to use kanban board. LIVE DEMO
yarn add react-easy-kanban
import Kanban from 'react-easy-kanban'
<Kanban />
git clone https://github.com/SigaLei/react-easy-kanban.git
cd react-easy-kanban
yarn
yarn start
The app will run on http://localhost:3000
yarn build
yarn publish
- Drag and drop columns and tasks.
- On click edit column titles and task content.
- Reorder tasks.
Based on Alex Reardon's tutorial in https://egghead.io/courses/beautiful-and-accessible-drag-and-drop-with-react-beautiful-dnd Used https://github.com/DimiMikadze/create-react-library