Back to Projects
2024
Apna Ghar
Check it outApna Ghar is a MERN stack real estate web application that connects buyers and sellers on a single platform. Sellers can list and manage properties, while buyers can explore, save, and contact sellers directly through a secure and user-friendly interface.
ReactTailwind CSSNode.jsExpress.jsMongoDBJWT
Roles:Full-stack Developer & UI/UX Designer
Client:Personal Project

Features
- •Separate authentication flows for buyers and sellers
- •Property listing, editing, and deletion
- •Save and bookmark favorite properties
- •Buyer-to-seller contact functionality
- •User profile management
- •JWT-based authentication and protected routes
Technologies used
- ReactFrontend framework for dynamic UI rendering.
- Tailwind CSSUtility-first styling framework.
- Node.jsServer-side JavaScript runtime.
- Express.jsBackend framework for REST APIs.
- MongoDBDatabase for users and property listings.
Build steps
1.Clone the repository
git clone https://github.com/sandeep1404-praj/Apna_Ghar.git2.Install dependencies
npm install3.Setup environment variables
Create .env file4.Start development server
npm run dev