"A modern real estate web application built for seamless property browsing."
Welcome to HavenHomes, a beautifully designed and responsive luxury real estate platform. Find your dream home, invest in top-tier properties, and explore exclusive listings with an engaging user interface.
- Beautiful UI/UX: Clean, modern, and high-converting real estate design.
- Dark/Light Mode: Seamlessly toggle between light and dark aesthetics.
- Responsive Layout: Perfectly adapted for mobile, tablet, and desktop views.
- Micro-interactions: Smooth animations and hover effects that make the site feel alive.
- Scroll Progress Indicator: Keeps users engaged while reading through properties.
- Fast & Optimized: Lightweight HTML, CSS, and vanilla JS for maximum performance.
- HTML5: Semantic architecture for better SEO and accessibility.
- CSS3: Custom variables, grid/flexbox layouts, and modern CSS features (No bulky frameworks!).
- JavaScript: Vanilla JS for interactive elements (theme toggles, sliders, sticky nav, mobile menu).
HavenHomes/
├── css/
│ └── style.css # Core styling and theme variables
├── js/
│ └── main.js # Interactivity and UI logic
├── index.html # Homepage
├── about.html # About Us page
├── contact.html # Contact & Inquiry page
├── projects.html # Portfolio/Projects overview
├── property.html # Individual property details
└── services.html # Services provided
Getting started is as simple as opening a file! No build steps required.
- Clone the repository:
git clone https://github.com/noisyboy08/HavenHomes.git
- Navigate to the project folder:
cd HavenHomes - Open
index.htmlin your browser: Double-click the file, or use a live server extension in VS Code for a better development experience.
You can view the live site here (Vercel deployment): HavenHomes - Live Demo
- Fixed Vercel Deployment: Resolved the
404 NOT_FOUNDissue caused by the presence of apublic/directory overriding Vercel's default routing for static sites. The assets folder is now appropriately managed, ensuring flawless builds!
This project is licensed under the MIT License - see the LICENSE file for details.