This is a React (MERN) app that uses the Google Books API to search for books and MongoDB to save titles. The app is deployed with Heroku.
Users can use this app to quickly search for titles in the Google Books library. Once the user finds a book they are interested in, they can save the search result which will add the title to the Saved tab using MongoDB. The user can then access the book information later, or remove the book from their saved options.
If a user would like to preview or purchase the book on Google Books, they can use the Link provided in the search results.