An Awesome Single Page Doctor Personal Services website. A doctor can display her all services & user can visit the website & also see services review . user can give her review & ratings. User can delete & update their reviews etc.
Hosted In Firebase -> Healthy Mind
- Login & Register Functionality
- We have proceted route of My Reviews & Add Services page .
- if user can't login they can not access proceted route .
- In Home page show only three services by sorting mongodb With A button of See All Services
- we have a services page user can see all services with view details button with each service card. Services card containg a img , price, name & if user click service image it will be display on popup.
- After clicking Services Details button user can see services details & also see each services reviews. Intersting here user can also add her review but he/she need to login frist.
- After login user can see extra two route which is My Reviews & Add Services.
- My Reviews page user can see her given all reviews.
- Add Services page user can add services which can added on Services page.
- For secure our data we have JWT (Json Web Token). if user have not token he can't access our data , if user have token but not valid aslo can't access.
- Use Nosql Database Mongodb.
- Included With Backend Functionality.
- For styleing we use Tailwind .
- Authentication system & Live Website host on Firebase.
- React Router Dom for Routing .
- React tostify for display notifications .
- React to print to photo view use for click on popup image
- React helmet for displaying each page title.