This is the home page of a Fitness App, where users can search for exercises based on body parts and view a list of exercises.
Search for exercises based on body parts and others. View a list of exercises related to the selected body part.
React: Front-end library for building user interfaces. Material-UI: A popular React UI framework for designing modern and responsive UI components.
To run the app locally, follow these steps:
Clone the repository: bash Copy code git clone https://github.com/jrshittu/gym-app.git cd fitness-app Install dependencies: Copy code npm install Start the development server: sql Copy code npm start Open your browser and navigate to http://localhost:3000 to view the app. How to Use The home page displays a hero banner with attractive visuals to engage users. Use the search input to find exercises related to specific body parts. The exercises will be displayed in a list format below the search box.