Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.39 KB

File metadata and controls

48 lines (36 loc) · 1.39 KB

Nexter - Your Home, Your Freedom

This repository contains the frontend code for Nexter, a fictional real estate company website.

Project Structure

  • /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.

Getting Started

To run this project locally:

  1. Clone the repository:
    git clone https://github.com/your-username/nexter.git
    cd nexter
  2. Install dependencies:
    npm install
  3. Start the development server and watch for Sass changes:
    npm start
    This will open the website in your default browser (or Firefox, as specified in package.json) and automatically recompile Sass files when they change.

Technologies Used

  • HTML
  • Sass (compiled to CSS)
  • JavaScript (for development scripts via npm)

About the Project

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.)