Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/furkan-dogu/appointment

This project is a Hospital Appointment Management System designed to facilitate the process of scheduling and managing appointments for patients.
https://github.com/furkan-dogu/appointment

css javascript localstorage mock-data react react-bootstrap

Last synced: about 6 hours ago
JSON representation

This project is a Hospital Appointment Management System designed to facilitate the process of scheduling and managing appointments for patients.

Awesome Lists containing this project

README

        

# Hospital Appointment



## About the Project

This project is a Hospital Appointment Management System designed to facilitate the process of scheduling and managing appointments for patients.

## Table of Contents

- [Features](#features)
- [Project Skeleton](#project-skeleton)
- [Screenshots](#screenshots)

## Live Demo

[Hospital Appointment Demo](https://appointment-psi.vercel.app/)

## Features

- **Appointment Scheduling:** Patients can easily schedule appointments with healthcare providers.
- **Appointment Tracking:** View and manage scheduled appointments for both patients and hospital staff.
- **Availability Management:** Healthcare providers can set their availability for appointments.

## Project Skeleton

```
Hospital Appointment (folder)
|
|----readme.md
SOLUTION
├── public
│ ├── img
│ └── index.html
├── src
│ ├── assets
│ │
│ ├── components
│ │ ├── AddModal.jsx
│ │ ├── AppointmentList.jsx
│ │ └── Doctors.jsx
│ │
│ ├── pages
│ │ └── Home.jsx
│ │
│ ├── helpers
│ │ └── Data.jsx
│ │
│ ├── App.js
│ ├── App.css
│ ├── index.js
│ └── index.css
├── package.json
└── yarn.lock
```

## Screenshots





## Compatibility

The project is compatible with both wide-screen computers and mobile devices.