Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 575 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 575 Bytes

Doctors

To run this code

  1. Navigate to Client folder by, cd client.
  2. Run 'npm install' in the client folder
  3. Rum 'npm start' in client folder.

About the project

  1. I have made a home page with Google Authenticated login button to sign in, I have made the vector on the home page by myself.
  2. Once the user is signed in, the user can search the doctors data by the filter on speciality like dentist, gynocologist and etc. The data is coming from the JSON file.
  3. The user can also search the about the doctors by thier names.
  4. The user can can also logout.