- Drag & drop tasks
- CRUD for tasks, labels & columns
- Edit task descriptions
- Add sub-task
- Dark Mode
Steps to locally setup development after cloning the project.
You will need:
Please install them if you don't have them already.
If you are using yarn run from the root of the repository:
yarn
If you are using npm, run from the root of the repository:
npm run install
Once the dependencies are installed, you can run the app:
cd kanban-board
yarn start
# or
npm start
Your browser should open up to a running app.
Licensed under the MIT license.