- Using Email Password login & registration system in this project.
- Also using Google, Facebook, Github & Twitter login & registration system in this project.
- Protecting the checkout page as though without login can't access this page.
- Forget password functionality implemented in this project.
- In Forget password page, I use toast to show success message.
- In Home page, there are 4 sections, those are: Banner, Services, Contact & Footer.
- In Service section, I am trying to show some information & have a GET APPOINTMENT button.
- After clicking GET APPOINTMENT button, You will redirected in checkout page if you are log in otherwise you will redircet in login page.
- In checkout page, have a form for appointment. After submit this form, you will show success toast message.
- I am trying to give some animation in this project.
- Using React Bootstrap, Bootstrap-5 & Vanila CSS for Responsive Design.
- Using AOS for simple animation.
- Using Firebase for authentication & hosting.
- Using React-Firebase-Hooks for implement full authentication system.
- Using React-Router-DOM for routing.
- Using React-Toastify for showing simple Toast message in this website.