|
|
|
|
Watch Pace in action! 🏃♂️
| Technology | Purpose |
|---|---|
| Core Language | |
| UI Framework | |
| Health Data | |
| Maps & Routes | |
| GPS Tracking | |
| Voice Announcements | |
| 3D Character |
- Xcode 15.0+
- iOS 17.0+
- Physical iPhone (GPS & HealthKit require real device)
# Clone the repo
git clone https://github.com/Kartikayy007/Pace.git
# Open in Xcode
cd Pace
open Pace.xcodeproj
# Build & Run on your iPhone
# (Simulator won't work for GPS tracking)Pace/
├── 📱 View/ # SwiftUI Views
│ ├── Home/ # Dashboard & Activity Ring
│ ├── Activities/ # Workout Sessions
│ ├── History/ # Past Workouts
│ └── Settings/ # User Preferences
├── 🧠 ViewModels/ # Business Logic
├── 📦 Models/ # Data Structures
├── ⚙️ Services/ # Core Services
│ ├── WorkoutService
│ ├── PedometerService
│ ├── AnnouncementService
│ └── MusicService
└── 🎨 Components/ # Reusable UI
Contributions are what make the open source community amazing! Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Inspired by Nike Run Club & Apple Fitness
- 3D Character animations via SceneKit
- Built with ❤️ and way too much ☕







