Skip to content

The App is a list of to-do's sorted by categories. All functions of CRUD are implemented. In the process, various ways of storing data were involved - User Defaults, Core Data, Realm.

Notifications You must be signed in to change notification settings

EgorMezhin/ToDoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDoApp

App testing conditions:

  • iPhone 11
  • iOS 13.7
  • portrait orientation

Description:

The App is a list of to-do's sorted by categories. Many tasks can be assigned to each category, but each task corresponds to one category. It is possible to create new categories and tasks, as well as delete them and mark them as completed. At different stages of development, different methods of storing data were used - user defaults, core data, realm. The final version uses realm. The Chameleon framework was also used to work with the colors of the cells.

App features:

  • Realm (CRUD)
  • User Defaults
  • Relationship Graphs in Core Data
  • SearchBar

About

The App is a list of to-do's sorted by categories. All functions of CRUD are implemented. In the process, various ways of storing data were involved - User Defaults, Core Data, Realm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published