Skip to content

farout101/Mini-Credit-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a test version of mini banking app in C language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages