https://github.com/msvalandro/ignite-gym
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](https://www.rocketseat.com.br/) program as part of my learning journey.
https://github.com/msvalandro/ignite-gym
axios expo native-base react-native react-navi
Last synced: about 1 month ago
JSON representation
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](https://www.rocketseat.com.br/) program as part of my learning journey.
- Host: GitHub
- URL: https://github.com/msvalandro/ignite-gym
- Owner: msvalandro
- License: mit
- Created: 2024-07-21T21:23:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T15:41:45.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T20:25:12.238Z (over 1 year ago)
- Topics: axios, expo, native-base, react-native, react-navi
- Language: TypeScript
- Homepage:
- Size: 7.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏋️ Ignite Gym
**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](https://www.rocketseat.com.br/) program as part of my learning journey.
## ✨ Features
- **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.
## 👾 Getting Started
Follow these steps to get the app up and running on your local machine.
### Prerequisites
- Node.js v20.15.1 or higher
### Installation
```sh
# 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
```
## 📄 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.