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

https://github.com/nlagdhir/gym-exercises

Gym Exercise Application where you can find all the exercise for all body parts.
https://github.com/nlagdhir/gym-exercises

exercise gym material-ui rapidapi reactjs

Last synced: 23 days ago
JSON representation

Gym Exercise Application where you can find all the exercise for all body parts.

Awesome Lists containing this project

README

          

# Exercise Website using Rapid API

Below feartures are covered :

- List down all body parts
- Search based on body parts
- Choose body parts from the given list and search
- Fetch exercise from Rapid API and display results with GIF Images
- On Excercise click display details of the exercise
- On Detail page display similar exercise that targets the same muscle group
- On Detail page dispaly similar exercise that uses same equipments

## Demo

https://gym-exercises-nlagdhir.vercel.app/

## Screenshots

### Homepage Feed :
![HomePage](https://snipboard.io/i1Hg23.jpg?text=Homepage+Image)

## Run Locally

Clone the project

```bash
git clone https://github.com/nlagdhir/gym-exercises
```

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run start
```

## Tech Stack

**Client:** React, Material UI

**Server:** Rapid API

## 🔗 Links
[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://nlagdhir.in/)
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/nileshlagdhir/)
[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/nlagdhir)