Skip to content

Latest commit

 

History

History
84 lines (62 loc) · 2.69 KB

README.md

File metadata and controls

84 lines (62 loc) · 2.69 KB

Health-App

health-app

  • Click on the above icon to open the app(web version).

  • It is a Cross-Platform Application.

  • Helps a patient to search doctor as per their need

    • view complete profile of the doctor.
    • book an appointment with the doctor.
    • Call and message directly with the doctor.
  • Helps Doctor to reach patient all over the world.

Featues

  • Common App for patient and doctor
  • Doctor Searching
  • Appointment Booking (cancelling & history also)
  • Calling
  • Realtime Chatting
  • Easy to use

Technologies Used

  • Flutter
    • Dart language
    • Frontend + Backend
  • Firebase
    • Authentication ------> for authentication of the user
    • Database -----> for storing the data of patient and doctor
    • Storage ------> for profile images
    • Realtime Database -------> for real time Chatting

tech-used

Screenshots

1. Start Screen

start screen

1. Sign / Sign Up

auth

3. Profile [Patient(left) and Doctor(right)]

  • Profile of the patientis is on left side and of doctor is on right side.
  • see bottom nav bar

profile of both

4. Patient Account

  • shows all available options to the patient.

patient account

5. Appointment

5.1 Booking Screen

  • shows complete profile of the doctor
  • patient can book appointment, call and message directly with the doctor

booking

5.2 Booked Appointment

  • shows all the booked appointments for both patient(see right) and doctor(see left)
  • also they can cancel the appointment

booked

5.3 History

  • shows all the history of appointments for both patient(see right) and doctor(see left)

history

6 Chatting

  • doctor and patient can chat directly with each other.

chatting

7 Database

  • all data is stored in the database.

database


Thank You 😁😀