Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 953 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 953 Bytes

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

Technologies

  • TypeScript
  • React
  • Context API
  • DND Kit for drag and drop functionality
  • Shadcn for UI components
  • Tailwind for Styling

Installation

  1. Clone the repository
git clone
  1. Install dependencies
npm install
  1. Start the application
npm run dev

Contributing

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.