A nested to-do list with customizable "Bucket List" categories and list items.
- travel
- movies, series
- books
- food/cuisine
- activities
- custom categories
- user can see different bucket-list categories and can make the categories drop down on click to access lists
- user can see a to-do-list which is editable
- user can add tasks with the "+" sign
- user can remove tasks with the "-" sign
- user can complete tasks and the task will be crossed out
- user can add and remove categories or edit category names
- (user's lists can be stored in the local storage)
- Add tasks to a list so that I can keep track of them
- Check things off my list so that I can see what I’ve done
- Delete things from the list if I don’t need to do them anymore
- Use all the features of the app without a mouse
- (Strech: Filter out completed to-dos from my list so that I can focus on what’s left to do)