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.
- Host: GitHub
- URL: https://github.com/shivamkumar818/library-management
- Owner: shivamkumar818
- Created: 2024-02-11T17:18:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-11T17:28:01.000Z (over 1 year ago)
- Last Synced: 2025-02-02T17:26:00.518Z (4 months ago)
- Topics: c
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.