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.
- Host: GitHub
- URL: https://github.com/nlagdhir/gym-exercises
- Owner: nlagdhir
- Created: 2022-11-16T16:44:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T11:56:43.000Z (over 3 years ago)
- Last Synced: 2025-01-12T08:31:00.553Z (over 1 year ago)
- Topics: exercise, gym, material-ui, rapidapi, reactjs
- Language: JavaScript
- Homepage: https://gym-exercises-nlagdhir.vercel.app/
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :

## 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
[](https://nlagdhir.in/)
[](https://www.linkedin.com/in/nileshlagdhir/)
[](https://twitter.com/nlagdhir)