A react based google book search app for book lovers to search for their favorite books, view them on the google books store, and save them to their library.
Google Books is hosted on Heroku. Check it out live by clicking here.
The user has access to two pages: Search and Saved
| Search | Saved |
|---|---|
| Search for books via the Google Books API | Renders all books saved to the Mongo database |
| View book through Google Books | View book through Google Books |
| Save a book to the Mongo database | Delete a book, removing it from the Mongo database |
To run this application locally, use http://localhost:3000 after completing the following steps.
git clone git@github.com:fernandamarr/Google-Books-App.git
cd google-books-app
npm install
npm start- React
- JavaScript
- MongoDB
- Express
- Node
- Google Books API
- Bootstrap

