Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 710 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 710 Bytes

Kanban Board

Kanban board to organize tasks.

Install

Install npm and run:

npm install

Run

To start local development server, run:

npm run start

Use

Features:

  • Boards

    Add a board. Edit board titles. Move boards to right and left. Sort tasks by priority in a board.

  • Tasks

    Add a task. Edit task details. Move tasks between boards and in same column.

  • Store your data locally in browser

Dependencies