Healthcare Clinic Website A simple, responsive multi-page website for a fictional healthcare clinic, built with HTML, CSS, and vanilla JavaScript.
Key Features Responsive Design: Mobile-first layout with a hamburger menu for smaller screens.
Multi-Page: Includes Home, About, Contact, and an appointment booking page.
Appointment Form: Features client-side validation for dates (no past dates/weekends) and times (9 AM - 5 PM).
How to Run Open clinic.html in any web browser to view the project.
Project Files / ├── clinic.html ├── appointment.html ├── about.html ├── contact.html └── style.css