https://github.com/birdup000/geckogainz
https://github.com/birdup000/geckogainz
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/birdup000/geckogainz
- Owner: birdup000
- Created: 2023-03-07T03:34:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T21:51:56.000Z (about 2 years ago)
- Last Synced: 2025-01-25T09:14:47.951Z (4 months ago)
- Language: JavaScript
- Size: 1.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GeckoGainz Workout Program
GeckoGainz is a workout program designed for individuals who want to build muscle and get big. This program is built using React Native and is compatible with both iOS and Android devices.
## Features
- Stopwatch to track workout time
- List of bodyweight exercises and equipment exercises
- Ability to switch between metric and imperial unit systems
- BMI calculator
## Getting Started
To get started with GeckoGainz, follow these steps:
1. Clone or download the repository.
2. Install the dependencies by running `npm install` in the project directory.
3. Run the app using `npm start` or `expo start`.
## Usage
Once you have launched the app, you will find three buttons in the main screen:
- `Start Workout`: Starts the workout stopwatch.
- `Pause Workout`: Pauses the workout stopwatch.
- `End Workout`: Stops the workout stopwatch and resets the timer.
You can also switch between bodyweight exercises and equipment exercises by clicking on the corresponding button.
You can calculate your BMI by entering your height and weight in either metric or imperial units, and pressing the `Calculate BMI` button.
## Contributing
Contributions to GeckoGainz are welcome! If you would like to contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Implement your changes.
4. Create a pull request.
## License
GeckoGainz is licensed under the MIT License. See the `LICENSE` file for more information.