A simple Kanban board built with React and TypeScript, using localStorage for data persistence. This project allows users to manage tasks and collaborate with team members.
-
User Authentication
- Register and Login (Mock user data stored in
localStorage)
- Register and Login (Mock user data stored in
-
Board Management
- Create, delete, and rename boards
- Invite members to collaborate
-
Column Management
- Create, delete, and rename columns
-
Task Management
- Create, delete, and edit tasks
- Drag and drop tasks to adjust position (Optional)
- Add tags to tasks (Optional)
- Assign multiple members to a task
- Send in-system notifications when a member is assigned to a task (Optional)
- React (Vite)
- TypeScript
- Tailwind CSS
- Clone the repository:
git clone https://github.com/future-fwp/kanban-board.git
- install dependencies
npm install
- run devepment server
npm run dev