A front end javascript web app that uses the "Yelp" API to retrieve information about restaurants in North America. There are a few javascript source files,html files and css sheets along with other dependancies. The SearchBar returns restaurants and filters them by rating, zip code, and food type. Image styles are also fetched from the API endpoint and match the restaurants stylings.
To run the program on windows: -download all files and install npm. -Once you have node_modules installed inside the ravenous folder -open your terminal or powershell and navigate to the directory of the ravenous folder. where you will then type "npm start". -the react app should open in your browser.