Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 437 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 437 Bytes

Todolist App + VIPER

This app will be used to showcase the usage of VIPER on a simple Todolist App. In the app you will be capable of:

  • Creating todos;
  • Checking and unchecking todos;
  • Deleting todos.

In order to persist the information between sessions, CoreData was used.

As an extra bonus, Unit Test were also added in order to show how to apply them in a VIPER project.