App using a kanban board with tasks that can be dragged and dropped between kanban cycles
- React - Library for UI
- CSS Modules - CSS Modules
- react-contenteditable - For adding and editing tasks
- react-dnd - For Drag and Drop on tasks
- Clone this repo
- Run
npm install
- Run
npm start