Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zouariomar/library_management_app_type-1
V1.0.0-Beta.3
https://github.com/zouariomar/library_management_app_type-1
Last synced: 2 days ago
JSON representation
V1.0.0-Beta.3
- Host: GitHub
- URL: https://github.com/zouariomar/library_management_app_type-1
- Owner: ZouariOmar
- License: mit
- Created: 2023-12-28T19:15:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-13T17:11:17.000Z (about 1 year ago)
- Last Synced: 2024-06-03T09:26:43.324Z (8 months ago)
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Library App Management (type 1)
A console-based Library Management application in C.
## Overview
This project is a console-based application for managing books and loans in a library. It provides functionality to add new books, display existing books, add new loans, return loans, and display returned loans.
## Features
- **Add A New Book**: Users can add a new book with details like title, author, and ISBN.
- **Display All Books**: View a list of all books stored in the library.
- **Add A New Loan**: Simulate the process of lending a book to a user.
- **Return A Loan**: Mark a loan as returned.
- **Display All Returned Loans**: View a list of all loans that have been returned.## How to Use
1. **Clone the Repository:**
```bash
git clone https://github.com/ZouariOmar/library_App_management_type-1.git