Skip to content

saqibbedar/digital-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Digital Library Information System 📚

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.

Installation & Setup 🛠️

To clone the repository and explore it locally, follow these steps:

  1. Clone this repository:

    git clone https://github.com/saqibbedar/digital-library.git
  2. Navigate to the project directory:

    cd digital-library
  3. Compile the project:

    Ensure you have a C++ compiler installed. You can use g++:

    g++ -o digital-library main.cpp
  4. Run the application:

    ./digital-library

Contribution 🤝

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:

  1. Fork the repository:

    Click the "Fork" button at the top right corner of the repository page.

  2. Clone your fork:

    git clone https://github.com/your-username/digital-library.git
  3. Create a new branch:

    git checkout -b feature-branch
  4. Make your changes:

    Implement your changes and commit them with a descriptive message.

  5. Push to your fork:

    git push origin feature-branch
  6. Create a pull request:

    Go to the original repository and click on "New Pull Request" to submit your changes for review.

Support ❤️

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!

About

Console based Digital Library Application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages