#Library Management System
This is a simple Library Management System implemented in Java. It allows users to search for books by category, reserve books, buy books, and return books. The system consists of three main components: LibreriaModel (the model), LibreriaView (the view), and LibreriaController (the controller). The model represents the data and provides methods for accessing and manipulating it. The view handles the user interface and displays information to the user. The controller handles the logic and coordinates the interaction between the model and the view.
#Features Search for books by category Reserve a book Buy a book Return a book Show all available books
#Installation Clone the repository to your local machine. Open the project in your preferred Java IDE. Build and run the project. Usage
#Run the program. Select an option from the menu. Follow the prompts and provide the necessary information. View the results and messages displayed by the program