This assignment requires you to create a to-do list app with the following requirements:
- A home page which shows all your to-do lists.
- A toolbar button to add a list with a user-selected name.
- Ability to select a list and view its items.
- A toolbar button to add items to the selected list.
- A button next to each item to toggle its completion status.
- (EXTRA) Delete lists and items using a swipe gesture.
- (EXTRA) Add animations to your list and/or buttons.
