/MyTodos

A todo app that performs all the CRUD operations. Data persistence is carried out using Realm.

Primary LanguageSwiftMIT LicenseMIT

MyTodos

A todo app that performs all the CRUD operations. Data persistence is carried out using Realm.

LAUNCHSCREEN

Screenshot 2021-06-05 at 22 31 14

TODO LISTS SCREEN: which is empty by default on installation

Screenshot 2021-06-05 at 22 31 23

ADD TODO SCREEN:

On clicking on the add todo button at the top right corner of the Todo lists screen, user is taken to where they can enter the title of the task they hope to achieve as well as any other details they may want to add.

Screenshot 2021-06-05 at 22 31 38

Adding title and details of the todo/ task

Screenshot 2021-06-05 at 22 32 52

On clicking on the save button from the Add Todo screen, user is taken back the todo lists screen where they can see a list of the todos or tasks they have saved and hope to accomplish.

Screenshot 2021-06-05 at 22 33 01

TODO DETAILS SCREEN:

On clicking on any of the todos, the user is taken to a todo details screen where they can either update the title and details of the todo or choose to delete the todo when they have accomplished the task.

Screenshot 2021-06-05 at 22 33 13

LIST OF TODOS!!!

Screenshot 2021-06-05 at 22 45 14