PropBot is a modern full-stack cloud-based housing platform that streamlines the way users explore and manage real estate. Built with a Spring Boot backend and a Vite-powered React frontend, PropBot enables seamless property discovery, interaction, and management for both buyers and renters.
- β¨ Introduction
- π Get Started
- π Project Structure
- π οΈ Technologies Used
- π Live Project
Propbot is a modern housing platform that enables users to:
π Browse & Search Properties β Explore houses, apartments, and rentals with advanced filtering. π€ User Authentication β Securely register and log in to manage profiles and saved properties. π Buy, Rent, or List Properties β Easily view listings, connect with property owners, or add new listings. π Personalized Dashboard β Track saved properties, manage interests, and view recent activity. π¬ Inquiries & Reviews β Send inquiries to sellers/owners and share feedback on properties.
It is composed of:
- A React (Vite) frontend hosted on Netlify
-
Navigate to frontend directory:
git clone https://github.com/quantambites/Web_HouseAssignment.git cd ecommerce/client -
Install dependencies:
npm install
-
Start the app:
npm run dev
Web_HouseAssignment (Propbot)/
β
βββ src/ # React frontend (Firebase ready)
β
βββ .gitignore
βββ README.md
- Frontend: React + Vite + Axios
- Auth: Firebase
- Database: Firebase



