This project is a console-based Library Management System implemented in C as part of the Fundamentals of Programming Course.
The system manages a chain libraries with functionalities including:
- Adding, searching, and deleting books
- Managing shelves and libraries with genre-based organization
- Assigning books to libraries and shelves based on capacity
- Selling book with transaction history
- Viewing stored and sold books with various filtering options
- Data persistence via file storage (CSV format)
Users interact with the system thorugh a menu-driven console interface, performing operations such as book addition, search, deletion, assignment to libraries, and sales management.
For the full detailed project specification, please check out the document:
docs/LibroSys_Project_Specification.pdf