Google Books React Search

A React-based Google Books Search application.

Try the application out Here!

  • Users can search for books via the Google Books API. They have the option to View a book on the Google Books page, or Save a book to the Mongo backend.
  • Users can also view all of their saved books, with options to View the book at the Google Books site, or to Delete the book from the backend.

Installation

To use this application, the user can fork or clone. Then run npm install. See the technologies section for the application dependencies. Then to run this application locally, then type npm run start.

Screenshots

Homepage:

Screenshot

Saved Books Page:

Screenshot

Technologies Used