Skip to content

rv20197/gym-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fitness Exercises App with React 18

In this project, learned how to Build and Deploy a Modern React 18 Fitness Exercises App With APIs.

Functionality

1. Choose exercise categories.
2. Target specific muscle groups.
3. Browse hundreds of exercises with practical examples.
4. Pagination, Exercise details.
5. View related youtube videos.
6. Display similar exercises.

Tech Stack

Client: React, Material UI, React Router, React Player.

Server: RapidAPI

API Reference

Get Exercises data

  GET https://youtube-search-and-download.p.rapidapi.com/
Parameter Type Description
api_key string Required. Your API key

Get Youtube videos

  GET https://youtube-search-and-download.p.rapidapi.com/
Parameter Type Description
api_key string Required. Your API key

Run Locally

Clone the project

  git clone https://github.com/rv20197/gym-site

Go to the project directory

  cd gym-site

Install dependencies

  npm install

Start the server

  npm run start

Deployment

To deploy this project run

  npm install serve
  npm run build
  serve -s build

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published