A minimal macOS app with a counter and a timer. Built with SwiftUI in a single file.
Counter
- Increment / decrement with
+and-buttons (or keyboard keys) - Reset to zero
Timer
- Click the time display to type a custom duration (
MM:SSor just minutes) - Preset shortcuts: 5, 10, 15, 25, 30, 60 minutes
- Start / Stop with spacebar
- Audible beep when the timer finishes
Requires macOS 14+ and Xcode Command Line Tools (xcode-select --install).
git clone https://github.com/skcadri/counter-timer-app.git
cd counter-timer-app
make installThis compiles the app, bundles it with an icon, and copies it to /Applications.
To build without installing:
make # creates "Counter Timer.app" in the project directoryMIT
