KanDo is a Kanban board application that allows users to create, update, and delete tasks. Users can also move tasks between columns and change columns positions as well.
Still working on the mobile version but the desktop version is fully functional. Check it out here
- TypeScript
- React
- Context API
- DND Kit for drag and drop functionality
- Shadcn for UI components
- Tailwind for Styling
- Clone the repository
git clone
- Install dependencies
npm install
- Start the application
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
short description for github: KanDo is a Kanban board application that allows users to create, update, and delete tasks. Users can also move tasks between columns and change columns positions as well.