A foundational library management system built with Java, focusing on robust Object-Oriented design and clean architecture. This project tracks book inventory, member records, and borrowing operations.
- Modular Design: Highly decoupled classes for
Book,Member, andLibrarymanagement. - Robust Logic: Implementation of core CRUD operations for library assets.
- Clean Code: Adherence to standard Java naming conventions and OOP principles.
- Language: Java (JDK 17+)
- Architecture: Object-Oriented Design (OOD)
- Tools: Git, Maven/Gradle (if applicable)
src/: Core source code and business logic.docs/: Technical documentation and project notes.