The Frontend of the Hospital Management System (HMS) is built using React. It provides an intuitive and dynamic user interface for managing appointments, payments, and notifications.
-
User Features:
- Book medical consultations and services.
- Find information about hospitals and their services.
- Payment integration with Stripe.
- Notifications for paid timeslots and referral codes.
-
Doctor Features:
- View order history and manage timeslots.
- Create and manage referrals for specific users.
-
Manager Features:
- Access hospital analytics reports.
- Manage hospital departments, doctors, and services.
-
Admin Features:
- Manage users, hospitals, and departments.
- React (JavaScript library for building user interfaces)
- Stripe (for handling payments)
- Axios (for API requests)
- Install Node.js and npm (Node package manager).
-
Clone the repository:
-
Install dependencies:
npm install
-
Start the development server:
npm start
Once the setup is complete, you can access the frontend at http://localhost:3000.
This project is licensed under the MIT License. See the LICENSE file for more details.