Skip to content

tcskiran/house-marketplace-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

House Marketplace App

A react app to post the house which you want to rent/sell.

Used React for frontend and firebase for backend.

Link to preview

Usage

If you want to use Google Api for getting location information then you can go here and create a project and create an API key.

Use that API key in src/pages/CreateListing.jsx file line 96 and set geolocationEnabled true by changing line 18 to true.

Install Dependencies

npm install

Run

npm start