Authored by Bryan Boubion
This is a simple React app bootstrapped using Create React App (CRA). This application leverages Axios to make HTTP requests to make queries against Google's RESTful Books API and displays the results to the user.
- Input validation to prevent null queries
- Ellipsis for descriptions longer than 200 characters
- Cool Pac-man loading gif
Live version: https://bjboubion-bookfinder.netlify.com
- Clone this project locally
cd
into bookfinder-react- Run
npm install
- Run
npm start
This app is very light weight, using Axios for HTTP requests to Google's Books API and bootstrap for basic site layout.