This project involves building the front-end of a real estate rental app using React, React Router, and Vite, focusing on dynamic UI development, page navigation, and styling with Sass.
Kasa.preview.720p.mp4
- React with Vite: Provides a fast and efficient development environment and build tool for modern web applications.
- JavaScript: The core programming language for implementing logic and interactivity.
- Sass: A robust CSS preprocessor that helps in writing maintainable and scalable styles.
- CSS: Used for styling components and layouts.
- HTML: Forms the structural foundation of the application.
- Clone the repository using GitHub
- Navigate to the project directory:
cd kasa - Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to
http://localhost:5173.