Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.11 KB

🏋️ 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 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

# 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 file for details.