Skip to content

piterxyz/kanban-board

Repository files navigation

Kanban Board

About

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.

Built with

  • React
  • Tailwind
  • Framer motion

Features

  • 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

Getting started

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/