Skip to content

Releases: elisjudge/Bank_Csharp

Version 5.0

08 Jan 00:55
8e40736
Compare
Choose a tag to compare

Implemented Transaction History.

This is the final iteration of the program. No further updates will be made.

Version 4.0

07 Jan 03:47
b78ec7f
Compare
Choose a tag to compare

Implemented Bank class, enable account creation and account fetching.

Version 3.0

06 Jan 01:06
d5b42a3
Compare
Choose a tag to compare

Implemented Transaction classes, enable transfer between two accounts.

Version 2.0

04 Jan 13:49
4e230b7
Compare
Choose a tag to compare

Added a basic terminal UI and simple validation rules for deposits and withdrawals.

Version 1.0

03 Jan 04:00
c288e04
Compare
Choose a tag to compare

Creates an Account, performs deposit and withdraw functions and prints balance to the terminal.