Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmed-safa/stopwatch_swift
Swift project assignment.
https://github.com/ahmed-safa/stopwatch_swift
apple ios ios-app macos swift xcode
Last synced: about 10 hours ago
JSON representation
Swift project assignment.
- Host: GitHub
- URL: https://github.com/ahmed-safa/stopwatch_swift
- Owner: AHMED-SAFA
- Created: 2024-11-13T05:29:46.000Z (3 days ago)
- Default Branch: master
- Last Pushed: 2024-11-13T12:18:12.000Z (3 days ago)
- Last Synced: 2024-11-13T12:37:47.656Z (3 days ago)
- Topics: apple, ios, ios-app, macos, swift, xcode
- Language: Swift
- Homepage:
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Stopwatch
A simple yet powerful Stopwatch app built using Swift. This app allows you to start, stop, and reset a timer, with an additional feature to record lap times.
IOS, Swift
## Features
- Start and Stop functionality
- Reset button to reset the timer
- Lap time
- User-friendly interface with intuitive controlsScreenshots
### Prerequisites
- Mac Os
- Xcode
- iOS 13.0+ (or later)### Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/stopwatch-app.git
2. Path to the directory:
cd stopwatch-app
3. Open StopwatchApp.xcodeproj
4. Install dependencies:
pod install
5. RunContribute
Contributions are welcome! Fork the repository and create a pull request with changes.