/book-browser

A beautiful UX for exploring new books, built using the Google Books API.

Primary LanguageJavaScript

Try it here --> https://book-browser-platform.herokuapp.com/

gif

Google Books API Project

Project

  • Create an application that allows you to use the Google Books API to search for books
    • Type in a query and display a list of books matching that query.
    • Each item in the list should include the book's author, title, and publishing company, as well as a picture of the book.
    • From each list item, you should also be able to navigate to more information about the book, but this information does not necessarily need to appear on a page within your application. In other words, this could link out to an external site with more information about that particular book.
  • Deploy it somewhere that can be accessible through a web browser

Stack

This app was built with Create React App, SASS (style pre-processor), Jest/Enzyme (testing library), and axios (making API calls).

Deployment To Heroku

git push heroku master
heroku open

Create-React-App / Heroku Deployment Create-React-App / Heroku Deployment ALT Link To Deployed Site

Credit Contributions

This is based on a similar project done by @serpient.