Skip to content

andreaMT15/Book-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Search

Developer: Andrea Minhas

This app is designed to use the Google Books API to obtain information for a particular book title that is searched by the user. Once the user has searched for a book title, the app will then display a list of results which will include the book title, author, publishing company, a short description and a link to learn more about the book.

Book-Demo-4

Setup

Please complete the following steps to run the code locally.

  1. Make sure you have the latest version of Node and NPM installed on your local machine. You can download Node at https://nodejs.org/en/. To install NPM run npm install npm@latest -g in your terminal.

  2. Obtain an API key for Google Books from the Google Developers Console. You can log in and request one here. https://console.developers.google.com

  3. Clone the repo to your local machine.

  4. cd into the Google-Books-Challenge folder and run npm install in your terminal.

  5. Open the Google-Books-Challenge folder in your text editor.

  6. Once you have the code open in your text editor, create an .env file in the root directory.

  7. Paste the following line into the env and insert your API Key. REACT_APP_GOOGLE_BOOKS_API_KEY=YOUR API KEY HERE

  8. To start the development server enter npm start in your terminal and vist http://localhost:3000 in the browser.

Technlogies Used:

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors