Skip to content

anayatkhan1/Fitness-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fitness App

Fitness Application

Introduction!

This fitness app is built using React, Material UI, and APIs. It allows users to learn about different exercises. The app also includes a Youtube videos, so users can find each exercise details with youtube videos.

The app is designed to be user-friendly and easy to use. It has a clean and modern design, and it is well-organized.

Technologies

React
Material UI
RapidAPI

Contribution Guide

  • Fork the repository, create a clone and make sure that you are not working on the `MAIN BRANCH' repository!
git clone https://github.com/{your-github-username-here}/Fitness-App.git
cd Fitness
  • It is not good practice to work on the main branch. You can create a new branch by using this command
git checkout -b {name-of-the-branch-here}
  • Add a stream so you can sync your clone with the original repository (get the latest updates)
git remote add upstream https://github.com/anayatkhan1/Fitness-App.git
  • Use this command to stay up to date with the original repository (not the fork that you made)
git pull upstream master
  • Make your contribution too :)

  • Open a Pull Request also.

Setup:

  • run npm i && npm start for both client and server side to start the development server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published