Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.1 KB

My Comps

This app uses the Zillow API to allow users to search an address and get details of comparable properties, including last sold date and price, square footage, etc. The Google Maps API is used to map all properties.

This app also uses a Rails API (my-comps-api: https://github.com/bethurban/my-comps-api) to allow logged-in users to save searches.

See it live at: https://my-comps.herokuapp.com/

This project was bootstrapped with Create React App.

Installation

To work on this app, first clone my-comps-api (https://github.com/bethurban/my-comps-api). Then run 'bundle install' and 'rails s -p 3001'.

Then clone this repo, run 'yarn install', and run 'yarn start.'

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owner of this repository.

Author

Beth Urban - initial work.

License

This project has been licensed under the MIT open source license: https://github.com/bethurban/my-comps-client/blob/master/LICENSE