A react client web app for the Recipe Puppy API.
Queries the API for the given search term, displaying the first 20 results found
- npm install
- npm run
- Create React App used to create the web client with no build configuration
- lodash.throttle to throttle the API's calls and improve the overall performance
- jsonp to call the Recipe Puppy API and bypass the API's CORS protocol
- async to facilitate asynchronous JavaScript