/infinite-workout

Workout tracking app made with Ionic Angular

Primary LanguageTypeScript

Version

Infinite Workout

Get it on Google Play

Infinite workout provides customizable workout programs and tracks your progress. You can create your own progresses, and make them a part of your workout. With the workout timer, you can use Infinite workout at everywhere to manage your time.

Run on your local

git clone git@github.com:ybedirhanpak/infinite-workout.git
nvm use v20.9.0
npm install -g @ionic/cli
npm install
ionic serve

Screenshots

Get it on Google Play Get it on Google Play Get it on Google Play Get it on Google Play


Get it on Google Play Get it on Google Play Get it on Google Play Get it on Google Play

Troubleshooting

  • Clear npm cache:
npm cache clean --force
  • Upgrade package-lock:
npm install --package-lock-only