The Fitness Trainer Appointment Scheduling Website is made using React.
- Trainer can add new users
- Add, delete and manage user's appointment
- Can able to set multiple appointments.
- Trainer can edit data in-place.
Install fitness-trainer-appointment-scheduler with npm
-
Fork and clone the repo
-
run the following command from the app folder to install all dependencies
npm install
- Run the project locally using the following command:
npm run dev