Skip to content

alittlebroken/kanban

Repository files navigation

Kanban Board

A Kanban board for keeping track of your project tasks using zustand for state management with your tasks and their state persisted in localstorage.

TechStack

  • React + Vite
  • Zustand

Deployment

  • 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

Future Plans

  • 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

About

A simple Kanban board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors