This is a simple hospital management application built with React. It allows users to:
- View a list of available doctors with images.
- Manage patient appointments.
- Mark patient visits as completed.
- Remove patients from the list.
Screen.Recording.2025-03-02.at.18.46.13.mov
- ⚛️ React
- React Icons
- JavaScript
- CSS
git clone https://github.com/your-username/hospital-management.git
📂 hospital-management
├── 📂 src
│ ├── 📂 components
│ │ ├── AddPatient.js
│ │ ├── PatientList.js
│ ├── 📂 data
│ │ ├── index.js
│ ├── Home.js
│ ├── App.js
│ ├── index.js
├── 📄 package.json
├── 📄 README.md