ProTrack is a mobile application designed for iOS that helps users keep track of their progress while doing any type of training. The app allows users to schedule routine, set up exercises and workouts, and log weight and reps for each exercise. With ProTrack, users can see their progress over time, stay motivated, and reach their fitness goals faster.
- Schedule training sessions
- Build workouts and exercises
- Log workout sessions
- View session history & statistics
- Get notifications
To use the app, follow these steps:
- Open the app on your iOS device.
- Add new routine.
- Select created routine.
- Add new workout.
- Add exercises for the new workout.
- From routine screen select the workout and press START to start session.
- Log each SET during the session.
- End the session.
Choose your device from this list:
xcrun simctl list devices
Run the following command
yarn ios --simulator "iPhone 14 Pro (16.0)"
or
yarn ios --udid "AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA"
or you can add command to package.json
"sim": "react-native run-ios --udid \"A461E7AB-FAB7-42D4-90AD-3E321338E887\""
cd ios && pod deintegrate
cd .. && pod install OR arch -x86_64 npx pod install
npx react-native clean
rm -rf /ios/build
npx react-native run-ios
and if you running flipperKit in your project you should remove it using Removing+FlipperKit
you can also delete simulator cache using:
cd ~/Library/Developer/CoreSimulator/Caches && rm -rf dyld
If you have any questions or issues with the app, please contact at [email protected].
I welcome contributions from developers who would like to help improve the app. If you're interested in contributing, please contact me at [email protected], or you are free to make PR
This project is licensed under the MIT License - see the LICENSE.md file for details.