Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marvinkweyu/banking-cli
A simple banking application on the CLI
https://github.com/marvinkweyu/banking-cli
Last synced: about 1 month ago
JSON representation
A simple banking application on the CLI
- Host: GitHub
- URL: https://github.com/marvinkweyu/banking-cli
- Owner: MarvinKweyu
- License: mit
- Created: 2023-07-17T08:08:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-17T08:12:48.000Z (over 1 year ago)
- Last Synced: 2023-07-17T09:36:48.737Z (over 1 year ago)
- Language: Dart
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## BankingCli
> A commandline banking applicationOffers the following features
A user sees the following menu:1. Deposit
2. Withdraw
3. Check balance
4. Send money between accounts
5. Exit
A sample command-line application with an entrypoint in `bin/`, library code
in `lib/`, and example unit test in `test/`.