Hotel Finder Frontend

This directory contains the frontend for the Hotel Finder application.

Structure

  • index.html - Main HTML file with embedded JavaScript
  • favicon.svg - Application favicon

Features

  • Responsive design using Tailwind CSS
  • Search form with zip code validation
  • Hotel cards with details and amenities
  • Loading states and error handling
  • Star rating visualization

Implementation Notes

  • Uses vanilla JavaScript for simplicity
  • Tailwind CSS for styling via CDN
  • Font Awesome for icons
  • Template element for hotel card rendering