Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/furkan-dogu/appointment
- Owner: furkan-dogu
- Created: 2023-12-12T11:16:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-06T19:37:28.000Z (11 months ago)
- Last Synced: 2024-01-06T20:43:12.010Z (11 months ago)
- Topics: css, javascript, localstorage, mock-data, react, react-bootstrap
- Language: JavaScript
- Homepage: https://appointment-psi.vercel.app
- Size: 4.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.