Simple To Do is an android app that allows building a todo list and basic todo items management functionality including adding new items, editing and deleting an existing item.
Submitted by: Beatrice Casey
Time spent: 4 hours spent in total
The following required functionality is completed:
- User can view a list of todo items
- User can successfully add and remove items from the todo list
- User's list of items persisted upon modification and and retrieved properly on app restart
The following stretch features are implemented:
- User can tap a todo item in the list and bring up an edit screen for the todo item and then have any changes to the text reflected in the todo list
Here's a walkthrough of implemented user stories:
GIF created with Kap.
I initially had trouble setting up Git for my terminal- I had to install XCode terminal commands but there was an error in downloading those commands from terminal, so I instead downloaded it from Apple's developer website.

