E_Health_Care_System

๐Ÿฅ E-Health Care System โ€“ Java Project

A basic Java-based E-Health Care System project created for academic purposes using core Java concepts. This console-based application allows users to view doctors, book appointments, and manage health-related records in a simplified manner.

๐Ÿ”— Live Page (Info or UI version): https://sanuamit.github.io/E_Health_Care_System/

๐Ÿ“Œ This project focuses on Java logic, menu-driven UI, and file handling.


๐Ÿš€ Features


๐Ÿ› ๏ธ Technologies Used


๐Ÿ“‚ Project Structure

E_Health_Care_System/
โ”œโ”€โ”€ src/
โ”‚   โ”œโ”€โ”€ Main.java
โ”‚   โ”œโ”€โ”€ Doctor.java
โ”‚   โ”œโ”€โ”€ Patient.java
โ”‚   โ”œโ”€โ”€ Appointment.java
โ”‚   โ”œโ”€โ”€ Login.java
โ”‚   โ”œโ”€โ”€ Dashboard.java
โ”‚   โ””โ”€โ”€ Register.java
โ””โ”€โ”€ README.md

โ–ถ๏ธ How to Run

  1. Compile the project
    Open terminal inside the src folder and run:
    javac *.java
    
  2. Run the main class
    java Main
    

๐Ÿ“ฆ Sample Output

====== E-Health Care System ======
1. View Doctors
2. Book Appointment
3. View Appointments
4. Exit
Enter your choice:

๐Ÿ‘จโ€๐Ÿ’ป Author

Amit Kumar Pati
๐Ÿ“ง apati9587@gmail.com
๐ŸŒ GitHub Profile


๐Ÿ“œ License

This project is for educational and demonstration purposes and is freely reusable with credit.