Reminder is an iOS app built with Swift and UIKit (entirely programmatic) to help users create and manage reminders. It follows the MVVM pattern, utilizes UserDefaults for local storage, and demonstrates best practices in data exchange via delegates, notifications, and closures.
Calculator is an iOS app built with Swift and UIKit to help users make simple math calculations. It follows the MVC pattern, and achieves to build the simplest project.