The Library Management System is a Java Swing application designed to manage a library's day-to-day operations. It provides features for user login, registration, adding books, viewing books, issuing books, and tracking issued books data.
- User Login: Users can log in with their credentials to access the system.
- Registration: New users can register by providing necessary information.
- Add Books: Librarians can add books to the library database with details like title, author, ISBN, etc.
- View Books: Users can search and view available books in the library.
- Issue Books: Librarians can issue books to registered users.
- Issued Books Data: The system tracks and displays information on issued books, including due dates.
- Java Swing for the graphical user interface.
- MySQL for database management.
- NetBeans IDE for development.
- Launch the application.
- Log in with your credentials or register as a new user.
- Use the menu options to add books, view books, and issue books.
- Monitor issued books and due dates.