Home

Awesome

Reminders iOS

An iOS application written in Swift to demonstrate how to implement a Clean Architecture in iOS.

Idea

The idea is to implement the simplest To-Do List app. The user can add a Reminder with a Title and visualize the existing Reminders in a list.

Requirements

Installation

To compile/run the iOS application:

Tests

We use XCTest for the Unit and UI tests.

To run the tests for the iOS application:

Possible Improvements