Where To Eat Website

(Title: Where To Eat)

GitHub Repository: HERE
Made with: Visual Studio, React, NodeJS
Programming Languages: JavaScript & HTML (JSX), CSS

For this project I made a website that works similarly to Yelp. The intention of making this was to learn how to integrate an outsourced a API to my own personal project. With this project the user will be able to enter their food of choice as well as the location they desire. Once the hit the "Let's Go" button the program will fetch and post the top 10 results from Yelp based on the filter option at the top.

Steps to Connect Yelp Fusion to Website

1. Request temporary server access --> HERE
2. Visit the Yelp Developers Page --> HERE
3. Make an account or Login 
4. Create an app to receive an API Key (name of App doesn't matter)
5. Once you receive your own API Key open the GitHub project in your IDE
6. Open the Yelp.js file (Path: src -> util -> Yelp.js)
7. On Line 2 replace the apiKey with your own (DON'T FORGET THE QUOTES)