Personal Library Interface

This is my version of an app for personal library management. It is designed to allow a user to manage their own personal library, including managing books available for lend, as well as view friend’s libraries and request to borrow books from them.

Adding a book to the library is accomplished primarily using an API, although there is a manual entry possible for unlisted books. The API searches based on titles, and from there the user selects the correct book and adds it to their library.

Libraries are searchable by title, and can be filtered using genre keywords.

Leave a comment