This app, created with React, shows all of the best dessert shops in Estes Park, Colorado. Estes Park is a great tourist spot in the Rocky Mountains that has great shopping and candy stores.
This app was created with create-react-app. It retrieves data from the FourSquare API and displays it on a map created with Google Maps API.
- Download the files
- In the terminal, navigate to the directory where you installed the app, type
cd estes-park-desserts
then runnpm install
then runnpm start
- The server will automatically open the app to port 3000
- React
- FourSquare API
- React-google-maps