iOS App: Egg Timer

An app for boiling eggs.

This egg timer is a straightforward iOS application, developed in Swift 5, that simplifies the process of achieving perfectly cooked hard-boiled eggs. Designed with functionality in mind, the app offers three cooking levels - Soft, Medium, and Hard. Once a level is chosen, a corresponding timer starts, accompanied by a progress bar for easy monitoring. When the timer reaches zero, a gentle alert signals that the eggs are ready. This application is built for ease of use, making it a convenient tool for anyone looking to master the art of hard-boiled eggs. Installation is hassle-free, requiring Xcode 12 or higher, Swift 5, and iOS 14.0+.

This app leverages various APIs to enhance its functionality. Specifically, it makes use of the Swift Timer API to manage the timing aspect of the application. This API provides the necessary tools to initiate and monitor the countdown for each cooking level - Soft, Medium, and Hard. Additionally, EggTimer utilizes the system's built-in audio capabilities to deliver audible alerts when the timer completes. This integration ensures users are promptly notified when their eggs are perfectly cooked. By leveraging these APIs, EggTimer provides a seamless and reliable experience for achieving optimal hard-boiled eggs. The GitHub repository for this project can be found here