https://github.com/hamza5849/realestate-listing
The Real Estate Listing Web App is a full-stack project built using the MERN stack (MongoDB, Express.js, React.js, Node.js).
https://github.com/hamza5849/realestate-listing
backend crud frontend hooks-api mern-stack mongoose tailwindcss
Last synced: about 1 month ago
JSON representation
The Real Estate Listing Web App is a full-stack project built using the MERN stack (MongoDB, Express.js, React.js, Node.js).
- Host: GitHub
- URL: https://github.com/hamza5849/realestate-listing
- Owner: hamza5849
- Created: 2025-10-20T13:43:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-20T14:48:04.000Z (8 months ago)
- Last Synced: 2025-10-20T16:32:47.469Z (8 months ago)
- Topics: backend, crud, frontend, hooks-api, mern-stack, mongoose, tailwindcss
- Language: JavaScript
- Homepage: https://realestate-listing.vercel.app/
- Size: 4.55 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Real Estate Listing Frontend
This is the **frontend** of the Real Estate Listing MERN application.
It allows users to **add new properties**, **upload images**, and **view or delete existing listings**.
The app uses **React** with **Tailwind CSS** for a clean and responsive design.
## Features
- Add new property listings (title, price, location, type, image)
- View all properties in a neat card layout
- Upload property images (via backend using Multer)
- Delete a property
- Fully styled using Tailwind CSS only
## Tech Stack
- **React.js**
- **Tailwind CSS**
- **Axios** (for API calls)
- **Node.js / Express.js (backend)**
- **MongoDB (database)*