Kanban Board is a web application that allows users to create and manage tasks using a visual board. The board is divided into lists representing different stages of a project, and tasks are represented as cards that can be moved between lists as they progress. The application also includes features such as labels, search, and drag-and-drop functionality.
- React
- Tailwind
- Framer motion
- Create, edit and delete lists
- Create, edit and delete cards
- Drag and drop cards between lists
- Drag and drop lists
- Filter cards by label
- Search for cards by title
- Responsive web design
You can use the live demo or you can run the app locally, by following these steps:
- Clone the repository:
https://github.com/piterxyz/kanban-board.git
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open the app in your browser at
http://localhost:5173/