Simple Kanban board to practice front-end development
- List Creation / Removal
- Tasks + Modal editor
- Task drag n drop between lists
- Simple error modal
- Local storage
- No frameworks, just JS and webpack :^)
- Webpack
- 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...)