This app was created for the Chingu Voyage 12 pre-work. It pulls data from the Google Books API
LIVE LINK: (https://philxavier.github.io/Bookfinder/)
-
Input bar will take input to search google api for books related search term
-
Loader will spin untill api call is responded
-
"see this book" button will allow user to see book details with options of free sample or book purchase
-
If search term is not found message will be displayed warning user
To run the project npm start
- This is a React App boostrapped with Create-React-App
- Add on packages include: i axios ii h-pages iii react iv react-dom v react-loader-spinner vi react-scripts vii semantic-ui-react