Ravenous-Part-4
Codecademy React Lesson
Ravenous Part 3
Yelp API
Real Time Sorting
Using the Ravenous app
To copy this project use
1. git clone https://github.com/mp1pro/Ravenous-Part-4.git
- Create a config.js file similar to the file config-example.js in util with your credentials. config.js was already added to the .gitignore file.
3. then cd to where package.json lives
4. then
npm install
5. then
npm start
Extra Features
- Bound HandleSortChange to the search feature. So that once the sort options are clicked, search will auto run. That way you do not have to select a sort option then click search.