An open API service indexing awesome lists of open source software.

https://github.com/shivamkumar818/library-management

This is a simple command-line library management system implemented in C. It allows users to perform various operations such as adding new books, searching for books by ID, issuing books to borrowers, submitting returned books, and listing all available books.
https://github.com/shivamkumar818/library-management

c

Last synced: 3 months ago
JSON representation

This is a simple command-line library management system implemented in C. It allows users to perform various operations such as adding new books, searching for books by ID, issuing books to borrowers, submitting returned books, and listing all available books.

Awesome Lists containing this project

README

        

Library Management System in C

This is a simple command-line library management system implemented in C. It allows users to perform various operations such as adding new books, searching for books by ID, issuing books to borrowers, submitting returned books, and listing all available books.

Features:

Add New Book: Add new books to the library system with unique IDs, names, and authors.

Search Book: Search for books by their unique ID and display their information.

Issue Book: Issue books to borrowers, updating their availability status.

Submit Book: Accept returned books from borrowers and update their availability status.

List of Books: Display a list of all available books in the library.