Public
Like
hotelsList
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v4View latest version
A web application that allows users to search for hotels by zip code and view results sorted by average weekly price.
- 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
/backend- Hono API server with hotel data API integration/frontend- HTML, CSS, and JavaScript for the user interface/shared- Shared types and utilities
- Enter a zip code in the search box
- Click "Search" to find hotels in that area
- View the sorted list of hotels with their details
- 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