https://github.com/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
https://github.com/apoorv0503/medicare
css date-fns html5 javascript materialui react redux usememo
Last synced: 9 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/apoorv0503/medicare
- Owner: Apoorv0503
- Created: 2024-05-22T13:29:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T15:47:31.000Z (over 1 year ago)
- Last Synced: 2025-01-16T14:29:40.119Z (10 months ago)
- Topics: css, date-fns, html5, javascript, materialui, react, redux, usememo
- Language: JavaScript
- Homepage: https://medify-virid.vercel.app/
- Size: 8.64 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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

---
#### Specializations available

---
#### Blogs and overall consumers

---
#### Download app and footer section

### 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

---
#### Select date and slot time

---
#### Make the booking using mail

### Past Bookings Page:
- A personalized page displaying all user bookings, including details such as the medical center's name, appointment date, and time.

## API Reference
#### Get all states
```http
GET https://meddata-backend.onrender.com/states
```
#### Get a particular City of a state
```http
GET https://meddata-backend.onrender.com/cities/:state
```
#### Get a list of all medical centers based on a state and city
```http
https://meddata-backend.onrender.com/data?state=&city=
```