Hotel Finder App

A web application that allows users to search for hotels by zip code and view results sorted by average weekly price.

Features

  • Search for hotels by zip code
  • View hotel details including name, address, rating, and price
  • Sort results by average weekly price (lowest to highest)
  • Responsive design for mobile and desktop

Project Structure

  • /backend - Hono API server with hotel data API integration
  • /frontend - HTML, CSS, and JavaScript for the user interface
  • /shared - Shared types and utilities

How to Use

  1. Enter a zip code in the search box
  2. Click "Search" to find hotels in that area
  3. View the sorted list of hotels with their details

Technical Notes

  • Uses a simulated hotel API (in a real implementation, this would connect to a real hotel data provider)
  • Built with Hono for the backend API
  • Frontend uses Tailwind CSS for styling