This is a React-based web application on MUI that helps users find exercises for workouts.
- Search for exercises by name, body part, equipment, and target muscle.
- View detailed information about each exercise.
- Watch exercise videos.
- Explore similar exercises based on target muscle and equipment.
- Responsive design for a seamless experience on both desktop and mobile devices.
The project utilizes the following technologies:
- React.
- Material-UI.
- React Router.
- Fetch API.
- RapidAPI.
- CSS.
- HTML.
To set up the project locally, follow these steps:
- Clone the repository: git clone https://github.com/dgmnkk/React-FitnessApp.git
- Install the dependencies: npm install
- Create a .env file in the root directory and add your RapidAPI key: REACT_APP_RAPID_KEY=your-rapidapi-key
- Start the development server: npm start