Todo List Presentation
Present the following:
- The splash page
- Adding multiple new items with different
Due dates, Priorities, and
Categories
- Show that the sorted order is maintained
- Changing an item's priority
- Deleting an item
- Checking off an item as complete
Restart the app and show:
- the list between uses is saved
- overdue items in red, bold font
- items due today as bold
Extra Credit Items
- Adding a new item to the frequent (i.e., favorites) list
- Adding a category
- Adding a todo item from the frequent list
- Deleting entire list
- Option to add to frequent list
- Use CSS classes so that a future improvement of the user selecting
their own color scheme is easily done
- Sorting the list
- By date
- By category
- By priority
- Any combination of the three