https://github.com/thonythony/workout-pal
WorkoutPal is an iOS companion application during your workout trainings
https://github.com/thonythony/workout-pal
expo ios-app react react-native typescript
Last synced: 12 months ago
JSON representation
WorkoutPal is an iOS companion application during your workout trainings
- Host: GitHub
- URL: https://github.com/thonythony/workout-pal
- Owner: thonythony
- Created: 2020-10-25T17:43:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T19:05:59.000Z (over 4 years ago)
- Last Synced: 2024-12-31T10:36:58.480Z (over 1 year ago)
- Topics: expo, ios-app, react, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 1.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WORKOUT PAL
Workout Pal is an app that guides you during your training. You can easily :
- create your training
- configure rest time between each exercises
- create exercice
- set number of series and rest time between them
When it's time to train, Workout Pal will show you which exercice do, countdown your rest and how much series remains.
---

---
## :iphone: Try it on Expo
This app is bootstrapped with [Expo](https://expo.io), you can download the Expo app on the [App Store](https://itunes.apple.com/fr/app/expo-client/id982107779), and enter the url or scan the QR code provided below
| URL | QRCODE |
| ----------------------------------------------------------- | ------------------------ |
| [Install](https://expo.io/@thonythony/projects/workout-pal) |
|
## :computer: Build it yourself
Run the following commands:
```bash
# Install Expo cli
npm i -g expo-cli
# Clone this repo
git clone https://github.com/thonythony/workout-pal && cd workout-pal
# Install dependencies
npm install
# Run the app with Expo
npm start
```
The [Expo](https://expo.io) packager will show, and you can either:
- install the Expo app, scan the displayed QR code, and run the app on your mobile phone directly.
- open the Android simulator.
- open the iOS simulator.
## :raising_hand: Contribute
Workout Pal is a personal side project that respond to my needs about workout and used to discover [Expo](https://expo.io) and [React-Native](https://reactnative.dev/) world.
Probably some bugs are present and bad practices are used. So feel free to contribute by opening a pull request.
A feature is missing, feel free to talk by opening an issue.