Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 956 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 956 Bytes

Application to find least performing parking spaces by location, using Yelp API.

Usage:

To find least performing parking spaces in a location - type the location name in the search-bar provided. The location name should be sufficiently specific, the app won't return any result for too broad an area.

image

If the location has "Reviewed Parking Spaces" available it shall return response in following form:

image

Components Used:

  • React.js
  • Redux-Toolkit
  • Redux-Observable
  • React Material UI
  • Styleguidist

Environment variables

To deploy the app, following environment variables needs to be declared:

  • REACT_APP_YELP_API : the proxy should be pointed here
  • REACT_APP_YELP_CRED : Yelp auth key should be assigned here