shivam201483101 / fitness-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo Fitness Website

Welcome to our Fitness Website! This document provides an overview of the project and how to set it up and use it effectively.

Table of Contents

  1. Introduction
  2. Features
  3. Technologies Used
  4. Setup
  5. Usage
  6. APIs Used
  7. Contributing
  8. License

Introduction

The Fitness Website is a web application designed to help users learn and visualize various exercises for different muscle groups. It utilizes the Exercise Database API and YouTube Search API from Rapid API to provide users with interactive animations for exercises based on the selected muscle group. Additionally, users can access YouTube tutorials to learn proper form and technique for each exercise.

Features

  • Select muscle groups and view exercises that target those specific areas.
  • Interactive animations to visualize how each exercise is performed.
  • Access to YouTube tutorials for each exercise to learn proper form and technique.
  • User-friendly interface with easy navigation.

Technologies Used

  • HTML5, CSS3, and JavaScript for the frontend.
  • Rapid API to access Exercise DB API and YouTube Search API.
  • Animate.css for animation effects.
  • Your Preferred Framework (Optional - if using any specific frontend framework).

Setup

  1. Clone the repository from GitHub.
  2. Install the necessary dependencies using npm install (if applicable).
  3. Obtain API keys for Exercise DB API and YouTube Search API from Rapid API.
  4. Replace the placeholders for API keys in the code with your actual keys.

Usage

  1. Open the website in your web browser.
  2. Select the muscle group you want to target from the provided options.
  3. The website will display a list of exercises for the selected muscle group.
  4. Click on an exercise to see an animation demonstrating how to perform the exercise correctly.
  5. If you want more detailed instructions, click on the "Watch Tutorial" button to view a YouTube tutorial for the exercise.

APIs Used

This project utilizes the following APIs from Rapid API:

  1. Exercise DB API: This API provides a database of various exercises along with details on how to perform them and the muscle groups they target.

    Exercise DB API Documentation

  2. YouTube Search API: This API allows us to search for YouTube videos related to specific exercises. We use it to fetch tutorial videos for each exercise.

    YouTube Search API Documentation

Contributing

We welcome contributions to improve this Fitness Website. If you find any issues or have new feature ideas, please open an issue or submit a pull request. Make sure to follow the code standards and guidelines.

License

This Fitness Website is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.


We hope you find this Fitness Website helpful and enjoy using it for your workout routines! If you have any questions or need assistance, feel free to contact us at contact@yourwebsite.com.

Happy exercising! 💪🏋️‍♀️

About

License:MIT License


Languages

Language:JavaScript 61.3%Language:CSS 21.2%Language:HTML 17.5%