Apoorv0503 / MediCare

It is hospital service website made using react, HTML, CSS and materialUI. It offers the doctor appointment, schedule the check appointment, avail offers and see past bookings

Home Page:https://medify-virid.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MediCare

React-based web application that allows users to find medical centers in a specific state and city across the country and book appointments and avail facilities.

User Interface

Landing Page:

  • A top navigation bar with access to platform sections such as Find Doctors, Hospitals, Medicines, and more.
  • A search section for users to select a state and city, leading to a list of available medical centers in the chosen area.
  • Both State and City have a dropdown where the options will be fetched from an api which is provided in the description below.

Hero section to select state and city

landing1


Specializations available

landing2


Blogs and overall consumers

landing3


Download app and footer section

landing4

Slot Booking:

  • A detailed booking section for users to select a medical center, with a calendar-like interface to choose an appointment date.
  • The ability to book an appointment within a time frame from today up to one week in advance.
  • A selection of available time slots for the selected day.

All available hospitals in the city

booking1


Select date and slot time

booking1


Make the booking using mail

booking1

Past Bookings Page:

  • A personalized page displaying all user bookings, including details such as the medical center's name, appointment date, and time. booking1

API Reference

Get all states

  GET https://meddata-backend.onrender.com/states

Get a particular City of a state

  GET https://meddata-backend.onrender.com/cities/:state

Get a list of all medical centers based on a state and city

  https://meddata-backend.onrender.com/data?state=<state-name>&city=<city-name>

About

It is hospital service website made using react, HTML, CSS and materialUI. It offers the doctor appointment, schedule the check appointment, avail offers and see past bookings

https://medify-virid.vercel.app/


Languages

Language:JavaScript 94.5%Language:CSS 3.5%Language:HTML 2.0%