Skip to content

Smitkhobragade/Library_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library_Management_System

Library Management System This is a command-line interface (CLI) program implemented in C for a library management system. The program allows librarians to add, delete, Books and Students, as well as manage borrowing and returning of books.

Features

  • Add new books to the library
  • Remove books from the library
  • Add new Students to the library
  • Remove Students from the library
  • Borrow books
  • Return books
  • Search for books and Students
  • Calculate fine

Fork this repository.

  1. Create a new branch with a descriptive name git checkout -b my-new-feature.
  2. Make changes and test them thoroughly.
  3. Commit your changes git commit -am 'Add some feature'.
  4. Push to the branch git push origin my-new-feature.
  5. Create a new pull request and describe your changes.

License

This program is licensed under the MIT License.

Contributors 🎉✨

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages