A Kanban board for keeping track of your project tasks using zustand for state management with your tasks and their state persisted in localstorage.
- React + Vite
- Zustand
- Clone the repo locally
git clone https://github.com/alittlebroken/kanban.git- Go into the project directory
cd kanban- Start the dev server
npm run dev- Add and remove more boards
- Add projects for tasks
- Allow reordering of tasks in each column
- Highlight tasks which are due or have gone past their completion date
- Persist ata in DB instead of localstorage
- Allow users to be authenticated and have tasks assigned to them
- Overdue and near due tasks to notify via email, text and or slack