An open API service indexing awesome lists of open source software.

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.

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