Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.12 KB

README.md

File metadata and controls

53 lines (43 loc) · 1.12 KB

Doctors Portal

Doctors Portal is a web application that allows doctors to manage their appointments. It is built using React, React Router, React Form Hook, Tailwind CSS, DaisyUI, Firebase Authentication, Firebase Hosting and more...

Features

  • Doctors can see their appointments
  • Doctors can add new appointments
  • Doctors can edit appointments
  • Doctors can delete appointments
  • Doctors can see their profile
  • Doctors can update their profile
  • Doctors can change their password
  • Doctors can sign out

Live Site

Doctors Portal

Installation

  1. Clone the repository
git clone
  1. Install dependencies
npm install
  1. Start the development server
npm start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

REACT_APP_API_KEY REACT_APP_AUTH_DOMAIN REACT_APP_PROJECT_ID REACT_APP_STORAGE_BUCKET REACT_APP_MESSAGING_SENDER_ID REACT_APP_APP_ID REACT_APP_MEASUREMENT_ID

Tech Stack

  • React
  • React Router
  • React Form Hook
  • Tailwind CSS
  • DaisyUI
  • Firebase Authentication
  • Firebase Hosting