https://github.com/coder-abdo/grid-css
https://github.com/coder-abdo/grid-css
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coder-abdo/grid-css
- Owner: coder-abdo
- Created: 2018-04-20T15:04:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T22:10:40.000Z (about 8 years ago)
- Last Synced: 2025-01-14T11:58:21.070Z (over 1 year ago)
- Language: CSS
- Size: 8.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.)*