Skip to content

benjamins1995/house-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

House Marketplace

Find and list houses for sale or for rent.

I have built this site for my wife family, for a family-owned real estate company called "Bismuth Real Estate"

link for a demo

This is React / Firebase v9 project

Usage

Geolocation

The listings use Google geocoding to get the coords from the address field. You need to either rename .env.example to .env and add your Google Geocode API key OR in the CreateListing.jsx file you can set geolocationEnabled to "false" and it will add a lat/lng field to the form.

Run

Install dependencies

npm install

Run

npm run start