House Hunter

A web application to help people search for and find their ideal home.

Features

  • Search for properties by location, price range, and features
  • View detailed property listings with images and descriptions
  • Filter properties by various criteria (bedrooms, bathrooms, etc.)
  • Save favorite properties for later viewing
  • Responsive design for mobile and desktop use

Project Structure

  • /backend - Server-side code using Hono for API endpoints and SQLite for data storage
  • /frontend - Client-side code using React and TailwindCSS
  • /shared - Shared types and utilities used by both frontend and backend

Getting Started

Visit the live application to start searching for properties.

Technologies Used

  • Hono (Backend API framework)
  • SQLite (Database)
  • React (Frontend UI)
  • TailwindCSS (Styling)
  • TypeScript (Type safety)