An open API service indexing awesome lists of open source software.

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.

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.