HomeQuest is a modern real estate platform designed with a sleek user interface for property browsing. Built using Vite, ReactJS, and SCSS, this project focuses on delivering a fast, responsive, and engaging frontend experience.
Features
Technologies
Installation
A modern and clean user interface for real estate browsing.
Optimized for both desktop and mobile devices.
Mock data used for showcasing property cards.
Includes buttons, filters, and responsive layouts to simulate a full-featured app.
Vite: Fast development build tool.
ReactJS: Component-based JavaScript library for building user interfaces.
SCSS: CSS preprocessor for advanced styling capabilities.
Ensure you have Node.js and npm installed. If not, download and install from Node.js.
- Clone the repository:
https://github.com/19Sonali/HomeQuest.git
- Navigate to the project directory:
cd SkillSphere/ui
- Install dependencies:
npm install
- To start the development server, run:
npm run dev