professor-rating-app/ │ ├── 📂 html/ ← All HTML pages │ ├── login.html ← Login page (Email + Password) │ ├── register.html ← Create Account page │ ├── dashboard.html ← Main dashboard (students & ...
clinic_system/ ├── index.php ← Home Page (hero, services, doctors, stats) ├── book_appointment.php ← Book Appointment (form + JS validation) ├── appointments.php ← View/Search/Filter all appointments ...