Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue identifies duplicate folders, `PatientDashboard` (correct) and `PatientDeshboard` (misspelled), within the `client/src/components/Patient` directory. Current file imports reference the misspelled folder, which could cause build and deployment problems. The proposed solution involves updating all imports to the correctly spelled `PatientDashboard` folder and then deleting the misspelled `PatientDeshboard` folder.
QuickClinic is a MERN stack web app that streamlines doctor appointment booking. Patients can search clinics, view doctor profiles, book visits, access teleconsultations, get e-prescriptions, and store health records. Clinics manage schedules via an admin dashboard. Secure and user-friendly.