Welcome to the My Digital Library Information System, a console-based application built using C++. This system allows you to manage your digital library efficiently with features like CRUD operations, book categorization, and data import/export.
For a detailed project overview, please refer to the documentation.
To clone the repository and explore it locally, follow these steps:
-
Clone this repository:
git clone https://github.com/saqibbedar/digital-library.git
-
Navigate to the project directory:
cd digital-library -
Compile the project:
Ensure you have a C++ compiler installed. You can use
g++:g++ -o digital-library main.cpp
-
Run the application:
./digital-library
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request. Follow these steps to contribute:
-
Fork the repository:
Click the "Fork" button at the top right corner of the repository page.
-
Clone your fork:
git clone https://github.com/your-username/digital-library.git
-
Create a new branch:
git checkout -b feature-branch
-
Make your changes:
Implement your changes and commit them with a descriptive message.
-
Push to your fork:
git push origin feature-branch
-
Create a pull request:
Go to the original repository and click on "New Pull Request" to submit your changes for review.
This project is completely free under the MIT LICENSE. If you’ve found this project helpful and would like to support its development, you can consider buying me a coffee. Your support is greatly appreciated!