A fully responsive real estate website built with HTML, CSS, and JavaScript. The website is designed to showcase properties, provide an intuitive user experience, and adapt seamlessly across all devices.
- ✅ Fully responsive layout (mobile, tablet, desktop)
- 🏘 Property listings with images, price, and descriptions
- 🔍 Search and filter functionality
- 🧭 Navigation bar with scroll-based active links
- 📜 Smooth scrolling and animations
- 📱 Mobile menu toggle
- 📩 Contact form (frontend only)
- HTML5
- CSS3 (Flexbox, Grid, Media Queries)
- JavaScript (Vanilla JS)
real-estate-website/
├── index.html
├── style.css
├── script.js
├── images/
│ └── (property and UI images)
├── screenshots/
│ └── desktop.png
│ └── mobile.png
└── README.md
Just a modern web browser. No frameworks or libraries needed.
- Clone the repository:
git clone https://github.com/jossy21-coder/Fully-responsive-real-estate-website-using-HTML-CSS-JavaScript.git
2. Navigate to the project directory:
```bash
cd real-estate-website
```
3. Open `index.html` in your browser to explore the website.
## 📌 To-Do / Future Improvements
* Integrate backend for contact form
* Add dynamic property loading via API
* Implement map view with location pins
* Add user authentication and saved listings
## 🙌 Contributing
Contributions are welcome! Please fork the repository and submit a pull request.
## 📃 License
This project is licensed under the [MIT License](LICENSE).
---
**Made with 💙 by \Jossy**