Skip to content

O2sa/Library-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Library System

Library System is a simple application that allows library owners to manage books. It is built using C# and Access database.

Features

  • Book Management: Add, edit, delete, and search for books in the library.
  • User Management: Manage library members, including registration and account management.
  • Loan Management: Track loaned books, due dates, and late returns.
  • Reports: Generate reports on book inventory, loan history, and overdue books.

Screenshots

Dashboard Books Management Members Management

How to Use

  1. Installation:

    • Clone this repository:
      git clone https://github.com/your_username/library-system.git
    • Open the project in Visual Studio.
  2. Database Setup:

    • Open the Access database file (library.mdb) in Microsoft Access.
    • Modify the database schema and tables as needed.
  3. Run the Application:

    • Build and run the project in Visual Studio.
  4. Login:

    • Use the default admin credentials to login:
      • Username: admin
      • Password: admin
  5. Explore the Features:

    • Navigate through the dashboard and access the different modules to manage books, members, loans, and generate reports.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/new-feature).
  6. Create a new Pull Request.

License

This project is licensed under the MIT License.

Acknowledgements

  • C#: Programming language used for development.
  • Access Database: Database management system.

Releases

No releases published

Packages

No packages published

Languages