A health-care program to store, view, make appointments with doctor's.
Explore the docs »
Table of Contents
This is a basic health care application built with java. This project helped me learn about the foundational concepts in Java. This is an ongoing project I do plan to improve this in the future. As of now it runs on the terminal but a graphical user interface may be implemented with future updates so stay tuned😊.
Completed so far:
- Takes and stores details of doctors.
- Finished certain menu options.
- Implemented OOP at its most basic basic level.
This program is built completel;y using the Java programming language, specifically JDK version 21. The IDLE used to build this program is IntelliJ IDEA Community Edition 2024.1.1
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
User should have Java and any supported IDLE installed on local machine.
- Clone the repo
git clone https://github.com/EranTimothy-dev/HealthCare-App-Project.git
- Create easy to read menu options to guide users
- Save and view doctor details
- Add doctors availabilities
- Patient details
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
