Full Stack Web App that uses Google-Books API for searching information about books. User gets:
- Name of the book
- Description
- Authors
- Price (if the book is for sale)
- Link for buying (if the book is for sale)
User is allowed to save a books that he/she likes for the future. We use MongoDB for that feature. User is allowed to delete books from database as well.
This app was created with:
- HTML
- JavaScript
- React
- MongoDB
- Google-Books API
- Node.js
- Npm packages:
- express
- mongojs
- request
- react-router-dom
- materialize-css