Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/j4myang/transpay-cli


https://github.com/j4myang/transpay-cli

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# transpay-cli

A banking system application

## Decription

A banking system application that is assigned as a project in our Data Structure and Algorithm
subject which aims to assess our skills in data structures, specifically Linked List.
The "backend" of the project is built upon Linked List and interaction with the program is through
the Console.

## Features
- [x] Account Creation
- [x] Account Log In
- [x] Balance Withdrawal
- [x] Balance Deposit
- [x] Balance Transfer
- [x] Balance Inquiry
- [x] Account Transactions
- [x] Account Name Change
- [x] Account PIN Change
- [x] Account Deletion
- [x] Receipt Generation