Skip to content

ajalzahrani/ProTrack

Repository files navigation

ProTrack

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.

Features

  • Schedule training sessions
  • Build workouts and exercises
  • Log workout sessions
  • View session history & statistics
  • Get notifications

Usage

To use the app, follow these steps:

  1. Open the app on your iOS device.
  2. Add new routine.
  3. Select created routine.
  4. Add new workout.
  5. Add exercises for the new workout.
  6. From routine screen select the workout and press START to start session.
  7. Log each SET during the session.
  8. End the session.

Run on specifice device

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\""

Run the following command if xcode updated

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

Support

If you have any questions or issues with the app, please contact at [email protected].

Contributing

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published