A Hospital Management System built with React. Manage patients, doctors, and appointments all in one place.
- Dashboard – overview stats and recent activity
- Patients – add, view, search, and remove patient records
- Doctors – manage doctor profiles and availability
- Appointments – schedule, confirm, and cancel appointments
- Node.js (v16 or higher)
- npm (comes with Node.js)
# 1. Clone the repository
git clone https://github.com/YOUR_USERNAME/hospital-management.git or download the project locally
# 2. Navigate into the project folder or open terminal in the project folder
cd hospital-management
# 3. Install dependencies run
npm install
# 4. Start the development server run
npm startApp will open locally at http://localhost:3000 in your browser.
hospital-management/
├── public/
│ └── index.html
├── src/
│ ├── data/
│ │ └── seedData.js # Sample data
│ ├── App.js # Main app with all components
│ └── index.js # Entry point
├── .gitignore
├── package.json
└── README.md
- [React] – UI library
- [Create React App] – project setup
Queries at : Shahinxsha@gmail.com