library management

Created a library management project using Java. It has used SQL as the backend. Built on a platform called NetBeans. It has used the Swing fram.It has two types of users, one of which is the admin and the other is the user. The admin can add books, delete books, and issue books. And the user can only issue books.

Main page

The main page is the first page of the project. It has a many buttons like Book Details, Publisher, Member, Issue Book, Return Book, Author, Category and Logout.

Book Details

Book Details page where you can add books, delete books, and update books. It has a search bar where you can search for books by book name, author name, publisher name, and category name. It also shows the total number of books in it.

Level page

There are different types of levels on the level page and you can solve the questions of that level by solving them.

Publisher

The publisher page shows the publisher's name and detail of the publisher. And there is a button to add a publisher. Category and Author smillar to publisher.

IssueBook and ReturnBook

The IssueBook page shows the details of the book issued by the user. And the ReturnBook page shows the details of the book returned by the user.