A real estate listing app where users can buy, sell and rent properties.
Users are able to create their own property listing or find a property that they are interested in and contact the seller.
Users are able to locate addresses with the built-in Google map function on each listing page.
Users can filter through different properties that suit their best needs.
Find your next dream house with the new Property Seekers app!
- HTML & CSS
- Bootstrap
- JavaScript
- React
- Node
- Firebase
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.
npm install
npm start