Student Scheduling App
A React application that allows students to easily book, edit, and cancel interviews with their education mentors.
Student Scheduling App
View CodeOverview
Tech
Challenges
My Student Scheduling App is a React application that allows students to easily schedule and manage appointments with their educational instructors. Students have the option to book an appointment during any weekday as long as there is availability.
Some other notable features include:
- • The ability to create, read, update or delete appointments.
- • Real-time form validation - users must input their name and select an instructor before a new appointment can be created.
- • Front-end handling of error states in instances when there are issues communicating with the back-end api.