kanban-board
A kanban board is an agile project management tool designed to help visualize work, limit work-in-progress, and maximiz…
JavaScript★ 74⑂ 28 forksMITupdated 2 years ago
README.mdfork it — it’s yours
Kanban board
Dark Mode
Features ✨
- Drag & drop tasks
- CRUD for tasks, labels & columns
- Edit task descriptions
- Add sub-task
- Dark Mode
Development setup 🛠
Steps to locally setup development after cloning the project.
Step 1 - Dependencies
You will need:
Please install them if you don't have them already.
Step 2 - Install packages
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
Step 3 - Run an app
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.
License
Licensed under the MIT license.
more like this
taskbutler
Create and add progress bars, Office365 Files and Dropbox Paper papers by labels and link them to your Todoist tasks.
Python★ 50

