Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/up1512001/gymfit
On this websie you can search for any exercise related things like exercise name or equipment used or any muscle exercise you want to do. Then from that search you will get multiple results from ExerciseDb api and they will be shown below. If you click on any exercise card then it will show you detail about that exercise and youtube videos that shows how to do it. Also It show's exercises that target same muscle group and also exercises that use same equipment. It's live hosted on netlify.
https://github.com/up1512001/gymfit
css javascript rapidapi reactjs
Last synced: 1 day ago
JSON representation
On this websie you can search for any exercise related things like exercise name or equipment used or any muscle exercise you want to do. Then from that search you will get multiple results from ExerciseDb api and they will be shown below. If you click on any exercise card then it will show you detail about that exercise and youtube videos that shows how to do it. Also It show's exercises that target same muscle group and also exercises that use same equipment. It's live hosted on netlify.
- Host: GitHub
- URL: https://github.com/up1512001/gymfit
- Owner: up1512001
- Created: 2022-06-13T07:27:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T15:48:03.000Z (about 2 years ago)
- Last Synced: 2024-05-21T12:11:21.599Z (6 months ago)
- Topics: css, javascript, rapidapi, reactjs
- Language: JavaScript
- Homepage: https://golds-gym-up1512001.netlify.app/
- Size: 3 MB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gym Exercises website
I have build this website using reactJS and used rapid api for getting different exercises details and their gifs.
I have used [ExerciseDb](https://rapidapi.com/justin-WFnsXH_t6/api/exercisedb/) and [youtube search and download](https://rapidapi.com/h0p3rwe/api/youtube-search-and-download/) api for getting data.## About site
On this website you can search for any exercise related things like exercise name or equipment used or any muscle exercise you want to do.
Then from that search you will get multiple results from ExerciseDb api and they will be shown below.
If you click on any exercise card then it will show you detail about that exercise and youtube videos that shows how to do it.
Also It show's exercises that target same muscle group and also exercises that use same equipment.
It's live hosted on netlify.[Live Hosted Link](https://golds-gym-up1512001.netlify.app/)
# Images
### Basic site view
![](./src/assets/images/ss1%20(1).png)### Search view
![](./src/assets/images/ss1%20(2).png)### Card shows different exercises
![](./src/assets/images/ss1%20(3).png)### Detail about selected exercise
![](./src/assets/images/ss1%20(4).png)### Related youtube videos
![](./src/assets/images/ss1%20(5).png)### Exercises target same muscle and uses same equipment
![](./src/assets/images/ss1%20(6).png)