An open API service indexing awesome lists of open source software.

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

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)*