Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.46 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.46 KB

KanBan-Board

What is Kanban Board

A kanban board is an agile project management tool designed to help visualize work, limit work-in-progress, and maximize efficiency (or flow).

Technologies I used :

Features :

  1. You can Add .
  2. You can Edit .
  3. You can Delete .
  4. You can Drag and drop tasks.
  5. You can Save your project in Browser local Storage.
  6. It's totally responsive website.

What did I learn from this project?

I learned a lot actually but the most important that I challenged myself and I learned a lot of amazing stuff like:

  • I Learned a lot about LocalStorage.
  • I Learned a lot about HTML Drag & Drop API.
  • I Learned a lot about Touch events
  • Programmatic logic exercises.

Some usefully resources helped me to build this project.