A console-based library management system built with Java.
- Add, edit, delete, and search users
- Add, edit, delete, and search books
- Search users by name, ID, and gender
- Search books by title, ID, and status
- Borrow and return books
- Basic CRUD operations
- Object-oriented programming concepts
- Java
- Object-Oriented Programming
- ArrayList
- Java Scanner
Run the App.java file and use the console menu to interact with the application.
This project was created as a learning project while studying Java and object-oriented programming.