ignite-gym is a React Native application built with React Native and Expo, utilizing the Native Base library for UI components, React Navigation for navigation, and Axios for API integration. The app was developed during the Rocketseat Ignite program as part of my learning journey.
- Integration with Backend API: Fetch the list of exercises for your gym program.
- Exercise Details: View detailed instructions on how to perform exercises, including the number of sets and repetitions.
- Workout Tracking: Check workouts as done to keep track of your progress.
Follow these steps to get the app up and running on your local machine.
- Node.js v20.15.1 or higher
# Clone the repository
git clone https://github.com/msvalandro/ignite-gym.git
cd ignite-gym
# Install dependencies
npm install
# Run app on iOS:
npm run ios
# Run app on Android:
npm run android
This project is licensed under the MIT License. See the LICENSE file for details.