Skip to content

petruborta/real-estate-agency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Multi-page website primarily focused on front-end to showcase DOM manipulation and adding functionality to DOM elements using JavaScript.

Topics

Resources

Stars

Watchers

Forks