An open API service indexing awesome lists of open source software.

https://github.com/coder-abdo/grid-css


https://github.com/coder-abdo/grid-css

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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:**
```bash
git clone https://github.com/your-username/nexter.git
cd nexter
```
2. **Install dependencies:**
```bash
npm install
```
3. **Start the development server and watch for Sass changes:**
```bash
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.)*