This is a full stack web app that can search books through google book api, and return a list of books, further to view or save to save list. This app is built with MERN technologies (MongoDB, Express, React and Node.js).
🔗 Link to deployed application
- For run the application locally run
npm install
command at working directory. - Then run
npm start
to launch the web app.
Search books and make a to-read list
- Search by book title
- Save to list
- Delete when done
- Mongoose
- Express
- React
- Node.js
- React-Bootstrap
- Google Books APIs
This application is covered under the MIT license.