Skip to content

mniabedii/libro-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System ("LibroSys")

This project is a console-based Library Management System implemented in C as part of the Fundamentals of Programming Course.

Overview

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.

Project Documentation

For the full detailed project specification, please check out the document:

docs/LibroSys_Project_Specification.pdf


About

A chain library management system implemented in C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages