Simple IOS todo list implementing different way of store data locally. The purpose of this project is exclusivly for learning IOS Swift development by implementing a basic ToDo list with categories and filter/CRUD functionality.
Each commits is a phase with different implementation of data store.
The project includes the following data structures:
- User Defaults
- Creating a file system plist
- CoreData
- Realm