GITHUB LINK - https://github.com/DevS0ni/Veterinary-Clinic-Management-System
Welcome to my showcase project, the Veterinary Clinic Management System, where I developed a robust system for managing patient records and appointments within a veterinary clinic. This showcase provides an overview of the key features, implementation details, and a glimpse into the execution of the system.
TechStack Used:
struct Patient
data structure.struct Appointment
data structure.struct Patient
: Represents individual patient records.struct Appointment
: Holds details about appointments.struct ClinicData
: Aggregates patient and appointment data.importPatients
: Reads patient data from "patientData.txt" and populates the patient array.importAppointments
: Reads appointment data from "appointmentData.txt" and fills the appointment array.menuMain
: Main menu function for user interaction.The Veterinary Clinic Management System, a showcase project in my portfolio, demonstrates my skills in C programming and system design. This project not only fulfills the requirements of the assignment but also showcases my ability to create efficient and user-friendly solutions for real-world scenarios.