A simple yet elegant counter app built with SwiftUI that helps you keep track of your counts. The app features a clean, modern interface with support for both light and dark modes.
- π― Random target score generation
- π Automatic reset when target is reached
- π Beautiful light and dark mode support
- π± Optimized for both iPhone and iPad
- π¨ Modern SwiftUI design
- iOS 17.6+
- Xcode 16.3+
- Swift 5.0+
- Clone the repository
git clone https://github.com/iOSYahoCode/CountMe.git
-
Open
CountMe.xcodeproj
in Xcode -
Build and run the project (βR)
The app follows the MVVM (Model-View-ViewModel) architecture pattern:
- Model:
CounterModel
- Handles the data structure - ViewModel:
CounterViewModel
- Manages the business logic - View:
CounterView
- Handles the UI presentation
This project is available under the MIT license. See the LICENSE file for more info.
Yaroslaw Homziak
- GitHub: @iOSYahoCode