This is a mobile application created with ReactNative that helps users find gyms, watch workout videos, and get information on supplements and nutrition. The app is designed to provide easy access to nearby gyms, as well as offer educational resources to users interested in fitness and health.
- Gym Locator: Easily find gyms nearby with pricing information.
- Workout Videos: Access short and useful workout videos for quick guidance.
- Supplement and Nutrition Information: Learn more about fitness supplements and proper nutrition.
To run this project locally, you will need to follow the steps below.
Make sure you have the following installed:
-
Clone this repository:
git clone https://github.com/your-username/fitness-gym-training-app.git
-
Navigate to the project directory:
cd fitness-gym-training-app
-
Install dependencies:
npm install
-
Start the Expo development server:
expo start
-
Open the project on your mobile device by scanning the QR code from the Expo CLI or using an emulator.
- Install the Expo Go app on your iOS/Android device.
- Scan the QR code generated by the Expo CLI to view the app on your phone.
- Expo: Framework for building cross-platform apps.
- React Native: Used to build the mobile interface.
- JavaScript: Core programming language for the app.