This Exercise Search App is built with the power of React and Material UI, providing users with a sleek and dynamic interface to search and explore exercises. By leveraging APIs like Rapid API and YouTube API, the app brings an interactive experience, displaying relevant workout tutorials, categories, and exercise details. Designed for fitness enthusiasts, it helps users find exercises tailored to specific muscle groups and equipment, offering seamless navigation and in-depth information for every workout.
🔯 Search Exercises: Search for exercises based on body parts, equipment, or exercise names.
🔯 Exercise Categories: Navigate through different categories of exercises by body part (e.g., arms, chest, legs, etc.).
🔯Pagination: Efficiently handle large datasets with pagination for browsing through multiple exercises.
🔯Detailed Exercise Information: Each exercise page provides detailed information such as targeted muscle groups, equipment used, and exercise demonstrations.
🔯YouTube API Integration: Embedded YouTube videos demonstrate exercises and similar equipment exercises for better guidance.
🔯Similar Exercises: Discover exercises that target the same muscle group or use similar equipment.
🔯Responsive Design: Fully responsive interface built using Material UI components, providing a consistent experience across devices.
🔯Pagination: Navigate through large sets of exercises efficiently with pagination.
🔯Horizontal Scroll Menu: Scroll through body part categories using an intuitive horizontal menu.
🔯Loader: Provides visual feedback while fetching data from APIs.
🔯Error Handling: Displays error messages for API failures or other unexpected issues.
⭐ React: A powerful library for building the user interface and ensuring a dynamic, component-driven architecture.
⭐ Material-UI:Used for a sleek and responsive UI with pre-built components,giving the app a modern and professional look.
⭐ Rapid API: A vast source for exercise data, allowing us to fetch a wide variety of exercises with detailed information.
⭐ YouTube API: Embeds video tutorials for exercises, making it easy for users to follow along with the right techniques.
⭐ React Router: For smooth navigation between different pages of the application.
⭐ React Horizontal Scroll Menu: Horizontal scrolling menu for easy selection of body parts.
⭐ Loader Component: Displays a loading indicator while fetching data from APIs to ensure smooth user experience.
⭐ Pagination: Allows users to browse exercises in a paginated format to handle large datasets efficiently.
🚀 Search for exercises by body part or keywords.
🚀 Display exercises with pagination and categories via horizontal scroll.
🚀 Shows detailed information about the selected exercise.
🚀 Embeds YouTube videos for a visual guide.
🚀 Displays similar exercises based on the selected body part or equipment.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Note: this is a one-way operation. Once you eject
, you can't go back!
If you aren't satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify