Boycott
A map app.
Install / Use
/learn @lucifer1004/BoycottREADME
Boycott
This is a Udacity project. It is statically deployed here via Now.
To run it locally
git clone https://github.com/lucifer1004/boycott
cd boycott
yarn install
yarn start
You can then visit it at localhost:3000
Features
- Search for places using Yelp Fusion API (
cors-anywhereis used to address the CORS issue) - Filter options: All/Open/High Rating/Low Price
- Use of Google Map API is via
@googlemap-react/core, which is a React wrapper for Google Map written by myself.
