Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb-o committed Nov 3, 2023
1 parent 44e8c7b commit 9fce640
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Simple Kanban board to practice front-end development
- Task drag n drop between lists
- Simple error modal
- Local storage
- No frameworks, just the JS generated from TS and webpack :^)
- No frameworks, just JS and webpack :^)

## Dev dependencies

Expand All @@ -22,17 +22,14 @@ Simple Kanban board to practice front-end development

## Currently Missing / Wanted

- Task deletion
- Completion flag
- More task details and options
- Color visible from card
- Due date visible from card (if exists)
- Re-arrange lists
- Background image select
- import / export board
- Draggable horizontal, when many lists exist
- 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...)
- Default list

## Sources Used

Expand Down

0 comments on commit 9fce640

Please sign in to comment.