Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 2.03 KB

README.md

File metadata and controls

61 lines (41 loc) · 2.03 KB

LION REAL ESTATE

Lion Real Estate above the fold section

Real estate agency multi-page website.

Table of contents

Demo

Here is a working live demo: https://lion-real-estate.com/

Technologies

Setup

  • Follow the instructions of this repository to create a service for dispatching Realtor API requests

  • Clone this repository to your local machine

    $ git clone https://github.com/petruborta/real-estate-agency.git

  • Create js/keys.js and replace "YOUR_SERVICE_ENDPOINT" with your endpoint logged to the console after deploying the API

export const DISPATCH_REALTOR_API_REQUESTS_API_ENDPOINT = "YOUR_SERVICE_ENDPOINT";
  • In VS Code install Live Server extension to view the project

Status

Project is: functionally finished, but the code can be refactored in a more elegant manner

Inspiration

Front-end design inspired by Redfin, Zillow, Realtor, Trulia and Century21

Contact

Created by @petruborta - feel free to contact me!