A web application that allows a fitness trainer to manage client appointments efficiently. The web app provides a user-friendly interface for the trainer to add, edit, and delete appointments and client details. Implemented a calendar view page for fitness trainers to see every client's appointments.
- Grid layout where each row corresponds to a different client.
- Edit the client's first name, last name, and location.
- Save and Cancel client details.
- Add appointments (single or multiple), edit and delete both time and date.
- Calendar for each client's appointments which shows all appointments with the green dot.
- Aesthetically pleasing UI, user-friendly, and fully responsive.
- Informative error messages like all fields required and notifications for successful actions for appointments edited, or deleted.
- HTML
- CSS
- JavaScript
- Parcel
- React JS
- Tailwind CSS
- Download the Zip folder of the provided "schedule_appointment" repository.
- Open VS Code & then open terminal (ctrl+shift+`)
- run "npm i" (It will install all the necessary packages that are mentioned in the package.json
- run "npm start" or "npm run start" (To start the website)
- The website will be live at localhost, just copy the URL and run it on the browser.
- Congrats, you will be able to use the website's functionalities on localhost.
Happy Coding!❤


