/real-estate

personal study project to build a real estate app

Primary LanguageJavaScript

real estate mini app

License MIT

Technical Overview

🧰 Tech Stack

  • ⚛️ React.js — A JavaScript library for building user interfaces.
  • 🌸 SASS — CSS extension language.

Setup

🔧 Setup

1. clone repository:
    git clone https://github.com/domssilva/real-estate

💻 Client

  1. set up client:
    # 1 - go into directory
    cd real-estate/

    # 2 - install dependencies
    npm install

    # 3 - run application locally
    npm start