Skip to content

RahmatSaeedi/real-estate-website

Repository files navigation

Real Estate

A real estate website project built with React, based on Joe Santos Garcia's tutorials.

Show Case

a listing Card

Overall Design of the site Pagination

Getting Started

  1. Install using the npm install command.
  2. Install @fortawesome/free-solid-svg-icons by running npm i @fortawesome/fontawesome-svg-core
  3. Start the web server npm run watch
  4. Go to http://localhost:3000/ in your browser.

Dependencies

See package.json

Description

├─── docs # documentations
├─── assets # React and SASS files
│   ├─── js/realEstate # the web application
│   │         ├─── data # simulated database 
│   ├─── sass # sass stylesheets for the app
│   │
├─── public # React and SASS generated static assets

Releases

No releases published

Packages

No packages published