This project was bootstrapped with Create React App.
After cloning:
npm installto restore packages- Follow steps below to set up developer keys for 3rd Party APIs
npm startto run the app in dev mode (localhost
- Follow the steps outlined on the NYT Developer Site to acquire an API key.
- Create a file in your app directory called
keys.jsand add your key to the file. - Update BooksList.js to use your api key.
- Follow the steps outlined on the Google Books Api Site to acquire an API key.
- Complete same subsequent steps as done for the NYT Books API key.

