
This is a console based project I created using Java and SQL. It
demonstrates a basic understanding of Java logic, Postgresql, and
CRUD.
The program allows users to manage their virtual bookshelf to keep
track of books they own or have borrowed. The user is able to add
or delete specific books with the title, author, and genre of the
book. In addition, users can log the dates that each individual
book has been read.
Initial Menu

Viewing bookshelf when empty.

Viewing reading log when empty.

Adding a Book

Viewing bookshelf with new book.

Logging a book as read today.

Showing book log with read books.

I added more books to better show upcoming features.

Logging a book with past date.

Showing books that have not been marked as read.

Deleting a book from the reading log.

Emma no longer shows as a book I've finished.

Deleting a book from the bookshelf.

Emma no longer shows on the bookshelf.

User error cases covered.

User error cases covered.

User error cases covered.

Quitting the Program
