https://62f9c18dd35b2b721f7f8a30--ephemeral-treacle-8f3661.netlify.app/
The Book Cloud App allows users to create an account, store the books that they've read or are reading, and see the subject matter of these books represented as a word cloud.
First, the user creates an account with an email or password, or they can sign in with their Google account. They add books by inputting the ISBN. Once the book is added, the title, author, and description of the book is autoamtically populated. The user can click on "My Books" in the navigation bar and see the subjects of all their books in the format of a word cloud.
The backend of this application was built with Python Flask. The frontend was built with React. Firebase was used to manage authentication, and a Firebase database was used for storage.
The WorldCat Search API was used to get the title, author, subject, and description information for the books. Book cover images are from the Google Books API.