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.
E_Health_Care_System/
โโโ src/
โ โโโ Main.java
โ โโโ Doctor.java
โ โโโ Patient.java
โ โโโ Appointment.java
โ โโโ Login.java
โ โโโ Dashboard.java
โ โโโ Register.java
โโโ README.md
src
folder and run:
javac *.java
java Main
====== E-Health Care System ======
1. View Doctors
2. Book Appointment
3. View Appointments
4. Exit
Enter your choice:
Amit Kumar Pati
๐ง apati9587@gmail.com
๐ GitHub Profile
This project is for educational and demonstration purposes and is freely reusable with credit.