/Google-Books-Search-Engine

Full stack application for accessing Google Books API, search and save functionality

Primary LanguageJavaScript

View

ALL BOOKED UP

This app searches the Google Books API for matches to a user provided search term and returns the top 10 results. Built with React using Node/Express for the back end, deployed live to heroku at the provided link.

INSTALL

  • git clone repository
  • npm install in root folder and in client folder
  • npm start from root folder will start both react app and server

to visit live page: https://frozen-wave-88611.herokuapp.com/

USAGE

example search term: Harry Potter also show navigation to saved books Usage Gif

Contribute

Technologies used

  • Front end: ReactJS, HTML, CSS
  • Back end: NodeJS, Express, MongoDB, Mongoose
  • Third party: GoogleBooks API