Todolist app to keep track of all your tasks. Tha data is stored locally using technologies like UserDefaults, Core Data and Realm.
Check the following steps on the video (app and database):
- Create categories
- Create tasks per category
- Mark tasks that have been done
- Close the app and open again to demostrate that data has been read from a local DB
- Delete tasks and categories