Skip to content

Files

Latest commit

 

History

History
59 lines (59 loc) · 2.46 KB

README.md

File metadata and controls

59 lines (59 loc) · 2.46 KB

Mini Credit Management System

Made with C

About

Just a simplified version of the Mini Banking system.

In the data storage aspect, I aim to enhance the program's performance by minimizing the frequency of saving data.
To achieve this, I introduced a 'refresh' function and opted to save data only at the very end.

Features

  • Credit Transfer
  • User Control system
  • Data storage

Installation

Might need a C compiler to install.

Usage

  • The first 3 of the registered users are the admins of the system.
  • The admins have the privileges of banning, deleting, and monitoring users.
  • All Users and Admins can simply transfer their credits to one another.
  • The owner of the app will take the 2% of the transaction.
  • Everyone need to have at least 50 credits in their accounts.

Versions

  • The version 1 and 2 are not as feature rich as the version 3. Provided just as the reference.
  • The version 3 has more control file system, more appropriate password management, and more Optomized UI.

How it works?

Check out the code and look for the comments provided. Enjoy yourself :3