/Todoey

Simple and colourful Todo's app for IOS

Primary LanguageSwift

Todoey

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.

screenshot

Each commits is a phase with different implementation of data store.

The project includes the following data structures:

  1. User Defaults
  2. Creating a file system plist
  3. CoreData
  4. Realm