This is a web application built using React that targets fitness users. Users can search for exercises and categories, as well as learn how to perform each exercise through instructional videos sourced from YouTube.
To get started with the app, you can simply visit the deployed version on netlify.
- Exercise Search: Users can search for specific exercises or browse exercises by categories.
- Instructional Videos: Each exercise includes a link to a YouTube video demonstrating how to perform it.
- Responsive Design: The app is designed to work well on desktop and mobile devices.
If you want to run the app locally and make changes, follow these steps:
-
Clone the repository:
git clone https://github.com/yourgithubusername/fitness-app.git
-
Install dependencies:
cd fitness-app npm install
-
Start the development server:
npm start
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch off of the
main
branch for your feature or bug fix. - Make your changes and commit them to your branch.
- Push your changes to your fork on GitHub and open a pull request against
This project is licensed under the MIT License - see the LICENSE.md file for details.