This project is a simple Library Catalog System designed to manage a collection of books. Users can add, search, list, and borrow/return books through a command-line interface or GUI (based on implementation).
- Add new books to the catalog
- Search books by title, author, or ISBN
- Display a list of all available books
- Borrow and return books
- Maintain borrowing status and availability
- Programming Language: Java / Python / C++ (Specify your language)
- IDE: Visual Studio Code / IntelliJ / PyCharm
- Optional: SQLite or file system for data storage
- Compile the code:
javac LibraryCatalog.java