This project is a Rental House Listings website built using ReactJS and MUI for styling. The website displays houses available for sale, with features to view detailed information and a map that highlights the location of each house.
- Static Data Display : Houses available for sale are displayed using static data.
- Interactive Map : When a user clicks on a house card, the map focuses on the house location and highlights it.
- Detailed House Information : On clicking the house details, users can view .
- Description
- Address
- Facts about the house
- Broker details
- Square footage and more.
- Responsive Design : The app is fully responsive, providing a smooth experience on mobile, tablet, and desktop devices.
- ReactJS : For building the user interface.
- Styling : MUI (Material-UI).
- Mapping : Integrated a map API to display house sale locations.
-
Clone the repository:
git clone https://github.com/saladilakshman/rentify.git
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
-
Fork the repository.
-
Create a new branch:
git checkout -b feature-branch
-
Make your changes and commit them:
git commit -m "Description of your changes" -
Push to the branch:
git push origin feature-branch
-
Create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.