This is a simple app to help you with your Tabata training. It is based on the Tabata protocol.
- Set the duration of exercise period
- Set the duration of rest period
- Set the number of rounds you want to do
- Start Tabata !
- Install Node.js >= 16
- Install TypeScript
- Install Xcode (IOS) or Android Studio (Android)
Install dependencies
npm install
Run the app (IOS)
cd ios && pod install
npm run ios
Run the app (Android)
cd android && ./gradlew clean
npm run android
- Fork the project
- Create a new branch
- Make your changes
- Create a pull request
- Wait for review
- Merge your changes
- Celebrate !
Give a ⭐️ if this project helped you!