A Real Estate platform built with React & Firebase.
A property listing site where new places can be added for renting and sale after registration. You can view other's listing as well and contact them.
Env Variables
Create a .env file in the root and add the following
REACT_APP_GEOCODE_API_KEY = your geocode api key
Install Dependencies
npm install
Run
# Run project
npm run start
Happy Coding :)
