This is a simple Library Management System implemented in C++ using the Qt framework.
Clone the repository to your local machine:
git clone https://github.com/your-username/library-management-system.git
cd library-management-system
Make sure you have the following installed on your system:
- Qt (version 6.6.1 or later)
- C++ compiler (e.g., GCC, Visual Studio, Clang)
-
Open a terminal or command prompt.
-
Navigate to the project directory:
cd path/to/library-management-system
-
Build the project using your preferred build system:
qmake make
or
qmake library-management-system.pro make
-
Run the application:
./library-management-system
- Launch the application.
- Use the provided GUI to add, search, issue, return, list, and delete books.
- Follow on-screen instructions for each operation.
Contributions are welcome! Feel free to open issues or submit pull requests.
- Fork the project.
- Create your feature branch:
git checkout -b feature/my-feature
. - Commit your changes:
git commit -am 'Add some feature'
. - Push to the branch:
git push origin feature/my-feature
. - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.