The Gym Exercises Website is a React-based web application designed to help fitness enthusiasts and gym-goers discover a wide range of exercises to incorporate into their workout routines. It connects to the ExerciseDB API via Rapid API to fetch exercise data and provides users with detailed information about each exercise, including descriptions, images, and muscle groups targeted.
Whether you're a beginner looking for basic exercises or an experienced fitness enthusiast seeking to diversify your workout routine, this website has you covered. Explore and learn new exercises to achieve your fitness goals!
-
Exercise Search: Easily find exercises by name or keyword.
-
Exercise Details: View detailed information about each exercise, including descriptions, images, and muscle groups worked.
-
Responsive Design: Enjoy a seamless experience on both desktop and mobile devices.
Before you get started, make sure you have the following prerequisites installed:
This website uses the ExerciseDB API via Rapid API to fetch exercise data. To integrate the API into your project, follow these steps:
-
Sign up for a Rapid API account if you don't have one.
-
Subscribe to the ExerciseDB API on Rapid API and obtain your API key.
-
In your project, create a
.env
file in the root directory and add your Rapid API key:REACT_APP_RAPIDAPI_KEY=YOUR_API_KEY_HERE