Real estate agency multi-page website.
Here is a working live demo: https://lion-real-estate.com/
- Development
- Production / Hosting
-
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
Project is: functionally finished, but the code can be refactored in a more elegant manner
Front-end design inspired by Redfin, Zillow, Realtor, Trulia and Century21
Created by @petruborta - feel free to contact me!