link : https://youtu.be/FPMsrgO3s1g
StrongHER is a personalized fitness app designed to help users manage their workouts, track progress, and achieve their fitness goals. This app allows users to log workouts, track trends in performance, create new workouts, and access pre-designed routines tailored to different fitness levels. The intuitive UI and simple workflow ensure that users can focus on their fitness journey without distractions.
- Workout Logging: Create, edit, and delete workouts easily.
- Pre-Designed Workouts: Access a library of pre-designed workout routines.
- Progress Tracking: View trends in workout intensity and volume.
- Custom Exercises: Add, modify, and remove exercises within workouts.
- User-Friendly Interface: Designed with simplicity and clarity in mind.
- macOS with Xcode installed (version 14.0 or higher recommended).
- Basic knowledge of Swift and SwiftUI is helpful but not necessary for running the app.
- Download the project folder from the provided source (or unzip
StrongHER.zip
if provided). - Open the project in Xcode by double-clicking
StrongHER.xcodeproj
.
- Select the
iPhone 14
simulator (or any available simulator) in Xcode's toolbar. - Press the "Run" button (the triangle
▶️ icon) or use the shortcutCommand + R
. - The app will launch in the selected simulator.
- Home Screen: Use the navigation buttons to access different app features.
- Workout Logger: Add, view, and edit logged workouts.
- Trends Screen: Analyze trends in workout performance.
- Workout Library: Browse and manage pre-designed workout routines.
- If the app doesn't build, ensure that Xcode's signing settings are configured for "Automatically manage signing."
- If there are build errors, ensure all dependencies and files are included in the project.