This a work-in-progress gym management web application built using React and Material UI. The primary goal of this project is to learn about Material UI and integrating it with a RESTful API to fetch various exercises.
The Gym React Project aims to create an intuitive and user-friendly platform for managing gym exercises and routines.
- Material UI: A popular React UI framework that provides pre-designed components and themes.
- REST API: Utilized for fetching exercise data dynamically from a remote server.
To run this project locally or contribute to its development:
1. Clone the Repo:git clone `https://github.com/alexander784/gym.git`
-
Install dependecies:
npm install -
Start development server:
npm start
Contributions to this project are welcome!