/real-estate

This MERN stack real estate application, uses Auth0 for login, it has the search functionality to look for properties listed for sale, and visually displays the search results on a map on one side and properties listed on the other side, it also allows the user to add properties to their favorites list. The application provides the agent with user trends via graphs and charts and other metadata.

Primary LanguageJavaScriptMIT LicenseMIT

Washburn Real Estate (Zillow Clone)

Table of Contents:

Deployed with Heroku:

https://codydevloop-washburn-realestat.herokuapp.com/

Description:


  1. This app was created with focus on the MERN technology stack, and Auth0 authentication.

  2. It is designed to be used by independent real estate agents.

  3. The app provides the primary functions of Zillow.com using the RealatorAPI. (Login, Search, Favorites, Map)

  4. The app creates value to the agent by providing user search habits (graphs and charts) and other metadata to asist the agent's marketing efforts. (ADMIN on navbar)

| M | -MongoDB Atlas & Mongoose

| E | -Express.js

| R | -React.js

| N | -Node.js


Dependencies:


FrontEnd (.env contains values for Auth0 and RealtorAPI)

front end

BackEnd (.env contains values for MongoDB Atlas)

front end

Installation:

1. Install Nodejs dependencies.
```
npm install
```
2. In the root directory of the project, start the app.
```
npm start

Contributing:

Cody Hoover, Alex Poshivailo, Dallas Washburn, Azucena Gonzalez

Usage

  1. marking a property as favorite will initiate an API call. After a 1-3 second delay, a camera icon will display and link to a modal containing a carousel of the photo gallery, and any property description details.

License:

MIT License