Public
Like
HTOC
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.
A web application to help people search for and find their ideal home.
- 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
/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
Visit the live application to start searching for properties.
- Hono (Backend API framework)
- SQLite (Database)
- React (Frontend UI)
- TailwindCSS (Styling)
- TypeScript (Type safety)