An open API service indexing awesome lists of open source software.

https://github.com/ibrahimelmokhtar/librarysystem

Keep track of whom borrowed books
https://github.com/ibrahimelmokhtar/librarysystem

college-project console-application cpp oop

Last synced: 11 months ago
JSON representation

Keep track of whom borrowed books

Awesome Lists containing this project

README

          

# LibrarySystem

A console application where you can edit books, library members and borrowers. It has basic functionalities: add item, search item, display item or display full list.
This application was originally developed in **2015-2016** during a college course.

## What I learnt

* Object Oriented Programming (OOP) concepts
* Create a seamless user experience
* Estimate all possible scenarios during design
* Read/Write data within binary files