Skip to content

A Java object-oriented (OOP) console application, which will take a user's account ID and corresponding secure 4-digit Pin number (stored as a hash (MD5)), in order to authenticate and successfully login. Once logged in users can view their account summaries, get a full transactions history, as well as withdraw, deposit and transfer funds betwee…

Notifications You must be signed in to change notification settings

tberey/java-bank-account-management-system

Repository files navigation

ATM-like Bank Account Manager App

A Java object-oriented (OOP) console application, which will take a user's account ID and corresponding secure 4-digit Pin number (stored as a hash (MD5)), in order to authenticate and successfully login. Once logged in users can view their account summaries, get a full transactions history, as well as withdraw, deposit and transfer funds between the user's open accounts.



Install from terminal/shell, in the directory/repo's parent folder (javac command). Run ATM.java (java command).


Version Changes
Version 1.0.0 [2020-05-01]
  • Initial Commit.
  • Add classes.
  • Fully functioning
  • Upload Screenshots.
  • Create README.md
Version 1.0.1 [2020-05-22]
  • Update README.md

About

A Java object-oriented (OOP) console application, which will take a user's account ID and corresponding secure 4-digit Pin number (stored as a hash (MD5)), in order to authenticate and successfully login. Once logged in users can view their account summaries, get a full transactions history, as well as withdraw, deposit and transfer funds betwee…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages