This project was bootstrapped with Create React App.
This application uses Google Books API to fetch selected books. Users can select from wide variety of books. The website provides book name, authors, description, ISBN, and link to copy of the book.
npm i bootstrap --save
Installs Bootstrap
npm i node-sass --save
Used to edit Bootstrap classes
npm i react-router-dom --save
To use React Router
npm i axios --save
To fetch information from Google API
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.