This repository contains the frontend code for Nexter, a fictional real estate company website.
- /css: Contains the compiled CSS files.
- /images: Contains all the images and icons used in the project.
- /sass: Contains the Sass source files for styling.
index.html
: The main HTML file for the website.package.json
: Defines project dependencies and scripts.
To run this project locally:
- Clone the repository:
git clone https://github.com/your-username/nexter.git cd nexter
- Install dependencies:
npm install
- Start the development server and watch for Sass changes:
This will open the website in your default browser (or Firefox, as specified in
npm start
package.json
) and automatically recompile Sass files when they change.
- HTML
- Sass (compiled to CSS)
- JavaScript (for development scripts via npm)
Nexter is a project to showcase a modern real estate website design. It features sections for:
- Property listings
- Realtor profiles
- Customer testimonials
- Image gallery
The design is responsive and aims for a luxurious feel.
(Note: This project was originally created by Jonas Schmedtmann as part of an online course. This version might have modifications.)