Chimwemwe-127001 / book-appointment-frontend

Book Appoinments frontend is react forntend application for doctor book appoinemnts. This applications is responsive and users can load, create, and delete doctors and reservations. Users need to sign up or sign in to access application. They can sign up or sign in using the sign up and login forms.
https://book-appointments-frontend.netlify.app/
MIT License
6 stars 5 forks source link

Details page #25

Closed Chimwemwe-127001 closed 2 years ago

Chimwemwe-127001 commented 2 years ago

Details page

In this feature update:

  • [x] Fix useParams navigation with doctor id
  • [x] When user wants to make a reservation:
  • [x] clicks reserve in the navigation and makes a reservation
  • [x] clicks Reverse button on the details page and makes a reservation(The doctor's and city's input field is automatically filled in referencing data on the corresponding details page).
  • [x] Add back button to reservation form.