A comprehensive and user-friendly web portal for patients to efficiently manage their healthcare journey. The portal provides a centralized platform for accessing medical records, managing appointments, viewing billing information, and maintaining user profiles.
A live version of the application is hosted on Netlify: https://hospital-care-portal.netlify.app/
The Hospital Care Portal is a modern, web-based application designed to empower patients and streamline their interaction with the hospital. Key features include:
- Dashboard Overview: A summary of upcoming appointments, recent activity, and important notifications.
- Medical Records: Secure access to personal health records, including lab results, prescriptions, and visit history.
- Appointments Management: Schedule, reschedule, and cancel appointments with healthcare providers.
- Billing System: View and manage medical bills, payment history, and insurance information.
- User Profile: Update personal information and manage account settings.
The application is built with a modern, component-based architecture for a modular and maintainable codebase.
To get a local copy up and running, follow these simple steps.
You must have Node.js (v18.17 or later) and pnpm installed on your local machine.
-
Clone the repository:
git clone [https://github.com/rudraprasad69/Hospital-Care-Portal.git](https://github.com/rudraprasad69/Hospital-Care-Portal.git)
-
Navigate to the project directory:
cd Hospital-Care-Portal -
Install dependencies:
pnpm install
-
Run the development server:
pnpm run dev
-
Open http://localhost:3000 with your browser to see the result.
This project is licensed under the MIT License. See the LICENSE file for details.
(Action: Create a file named LICENSE and add the MIT License text.)