Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j4myang/transpay-cli
https://github.com/j4myang/transpay-cli
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/j4myang/transpay-cli
- Owner: j4myang
- Created: 2024-11-30T11:12:33.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T11:28:13.000Z (about 2 months ago)
- Last Synced: 2024-11-30T12:21:59.728Z (about 2 months ago)
- Language: Java
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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