The Clinic Appointment System is a terminal-based application developed in C++ using Visual Studio. It allows users to manage clinic appointments efficiently. Users can add, view, search, delete, and edit appointments through a text-based interface.
- Display all appointments for a selected day
- Search for specific appointments
- Add new appointments
- Delete existing appointments
- Edit existing appointments
- Navigate through calendar months
- Visual Studio 2019 or later
- C++ development environment
-
Clone the repository:
git clone https://github.com/Fang1217/clinic-appointment-system.git
-
Open the project in Visual Studio:
- Open Visual Studio
- Select
File
->Open
->Project/Solution
- Navigate to the cloned repository and open the
.sln
file
-
Build and run the project:
- Press
Ctrl+Shift+B
to build the solution - Press
Ctrl+F5
to run the application
- Press
- Launch the application from Visual Studio.
- The main menu provides options to navigate the calendar and manage appointments.
- Select an option by entering the corresponding number and pressing
Enter
.