https://github.com/myselfshivams/eggtimer
The Egg Timer app is a simple iOS application that helps you achieve the perfect boil for your eggs. It provides timers for soft, medium, and hard-boiled eggs.
https://github.com/myselfshivams/eggtimer
swift xcode
Last synced: about 2 months ago
JSON representation
The Egg Timer app is a simple iOS application that helps you achieve the perfect boil for your eggs. It provides timers for soft, medium, and hard-boiled eggs.
- Host: GitHub
- URL: https://github.com/myselfshivams/eggtimer
- Owner: myselfshivams
- Created: 2024-01-04T12:49:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-05T12:50:29.000Z (over 1 year ago)
- Last Synced: 2025-02-14T03:56:22.325Z (4 months ago)
- Topics: swift, xcode
- Language: Swift
- Homepage:
- Size: 3.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Egg Timer App
[](https://opensource.org/licenses/MIT)
## Description
The Egg Timer app is a simple iOS application that helps you achieve the perfect boil for your eggs. It provides timers for soft, medium, and hard-boiled eggs.
## Features
- Set timers for soft, medium, and hard-boiled eggs.
- User-friendly interface for easy navigation.
- Ensures your eggs are boiled to perfection every time.## Installation
To install the Egg Timer app, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/myselfshivams/EggTimer.git2. Open the project in Xcode.
3. Build and run the app on your iOS device or simulator.## Usage
- Open the Egg Timer app on your iOS device.
- Choose the desired egg type (soft, medium, hard).
- Press the "Start" button to begin the timer.
- Wait for the alarm, and your perfectly boiled eggs are ready!## Contributing
If you would like to contribute to the project, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and submit a pull request.## Acknowledgments
Thanks to Angela Yu for inspiration and assistance.