Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.1 KB

Kanban Demo

justforfunnoreally.dev badge

Simple Kanban board to practice front-end development

Kanban In Use

Features

  • List Creation / Removal
  • Tasks + Modal editor
  • Task drag n drop between lists
  • Simple error modal
  • Local storage
  • No frameworks, just JS and webpack :^)

Dev dependencies

  • Webpack

Currently Missing / Wanted

  • Completion flag
  • More task details and options
  • Color visible from card
  • Re-arrange lists
  • Background image select
  • import / export board
  • Draggable view horizontal, when many lists exist
  • Card dependencies. Allow cards to depend on others, so that completion cannot be marked unless depending cards are also marked as complete. (Depends on completion flag...)

Sources Used