The classic To-Do application where user can write down all the things they want to accomplish.
- User can see an
input
field where they can type in a to-do item. - User can submit the to-do item and can see that being added to a list of to-do's.
- User can remove a to-do item by swiping on the to-do item itself or delete a whole list.
- User can edit a to-do by pressing on the to-do item itself.
- When closing the app window the to-do's will be stored and when the User returns, the data will be retrieved.
Home Screen | Add a Todo | Empty Screen |
---|---|---|