A React-based Google Books Search app that lets users search, save and delete books.
Technologies used:
- React
- Node
- Express
- MongoDB
This application has 2 pages:
-
Search: User can search for books via the Google Books API and render them here. User has the option to "View" a book, bringing them to the book on Google Books, or "Save" a book, saving it to the Mongo database.
-
Saved: Renders all books saved to the Mongo database. User has an option to "View" a book, bringing them to the book on Google Books, or "Delete" a book, removing it from the Mongo database.