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.
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



