Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 772 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 772 Bytes

Kanban

an open source Kanban board for managing tasks and projects.

Features

  • Drag and drop tasks between columns
  • Create new boards
  • Remove tasks from columns
  • Save data to local storage

Installation

  1. Clone the repository
  2. Run npm install
  3. Run npm run dev

Usage

  1. Create a new board
  2. Drag and drop tasks between columns
  3. Remove tasks from columns
  4. Save data to local storage

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments