Kanban board to keep track of projects and tasks
- Drag & drop tasks
- Add List
- Add tasks to list
- Dark Mode
Steps to locally setup development after cloning the project.
git clone https://github.com/BUMBAIYA/Kanban.git
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:
cd kanban
yarn
Once the dependencies are installed, you can run the app:
yarn dev
Your browser should open up to a running app.
Licensed under the MIT license.