/BookBase

A Book Database intended for user-friendly storage and tracking of a user's owned books.

Primary LanguageJava

BookBase

A Book Database intended for user-friendly storage and tracking of a user's owned books.

Users add information about a given book via a simple GUI, the book is then stored in a SQLite database.

Later, functionality to automatically find certain data (E.g. description) about a book given its name and author will be added.