https://github.com/saadjs/pace-to-mph
iOS native app to convert running pace to MPH, KMPH, race calculator, etc.
https://github.com/saadjs/pace-to-mph
ios-native ios-swift swift swiftui
Last synced: 4 days ago
JSON representation
iOS native app to convert running pace to MPH, KMPH, race calculator, etc.
- Host: GitHub
- URL: https://github.com/saadjs/pace-to-mph
- Owner: saadjs
- Created: 2026-02-28T22:36:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-29T01:43:32.000Z (14 days ago)
- Last Synced: 2026-05-29T03:22:12.301Z (14 days ago)
- Topics: ios-native, ios-swift, swift, swiftui
- Language: Swift
- Homepage: https://apps.apple.com/us/app/runpace-speed-converter/id6759844858
- Size: 285 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: docs/support.html
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Pace to MPH
A native iOS app built with SwiftUI to convert between running pace and speed.
## Features
- **Pace → Speed** — Enter pace (mm:ss per mile/km) to get speed
- **Speed → Pace** — Enter speed (MPH/KPH) to get pace
- **MPH & KM/H** — Toggle between miles and kilometers
- **Reference Table** — Common pace/speed benchmarks for both units
- **Real-time conversion** — Results update as you type
- **Haptic feedback** — Subtle taps on interactions
- **Dark mode** — Full light and dark mode support
- **Persisted preferences** — Remembers your last-used direction and unit
- **Run History** — Reads and locally caches Apple Health running workouts for pace and speed trends
## Requirements
- iOS 17+
- Xcode 16+
## Getting Started
1. Clone the repo
2. Open `pace-to-mph.xcodeproj` in Xcode
3. Build and run on a simulator or device