Hospital Search Interface

Created a responsive, searchable hospital listing page with filters for location, specialty, insurance, treatments, and patient ratings—styled using TailwindCSS and structured for Jekyll integration.


🏥 Frontend Features (HTML + TailwindCSS)

This feature is a static frontend component integrated into a Jekyll layout. It's designed for an intuitive user experience, offering form-based filtering and styled result cards for nearby hospitals.

Hospital Search Interface

1. Theme Section

(Frontend)
  • Gradient background header with large, bold title and subtitle
  • Sets the tone for a modern healthcare experience

2. Search Filters

(Frontend)
  • Input/select fields for:
    • Location
    • Specialty
    • Insurance Provider
    • Procedure/Treatment
    • Minimum Rating
  • Responsive grid layout
  • Accessible form labels and interactive focus states

3. Hospital Cards

(Frontend)
  • Each result card includes:
    • Featured image
    • Name, location, and distance
    • Average star rating (visual + numeric)
    • Highlighted specialties (tag badges)
    • Status ("Accepting new patients")
    • "View Details" link

4. Metrics Dashboard

(Frontend)
  • Displays hospital performance stats: Patient Satisfaction, Wait Time, Success Rate, Average Rating
  • Uses Tailwind utility classes for consistent styling and layout

5. User Support

(Frontend)
  • Help section with two actionable buttons:
    • "Call an Advisor"
    • "Chat Now"
  • Paired with a visually engaging support image


🚀 Purpose & Future Integration

The current version is fully static and UI-focused, ideal for a prototype or front-end showcase. It is designed to be extended with JavaScript or API integration in future versions for real-time data filtering and search queries.