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

https://github.com/akhand55/atm-interface

ATM interface in java and perform many function
https://github.com/akhand55/atm-interface

authentication dsa-algorithm java oops-in-java recursion-algorithm

Last synced: about 2 months ago
JSON representation

ATM interface in java and perform many function

Awesome Lists containing this project

README

        

# ATM-interface

This is a basic software that illustrates how an ATM operates. Java is used to write this code. It does things like register, log in, withdraw, check account balance, and deposit history.

___________________
### Login Form
___________________

A login is a set of credentials used to authenticate a user. Most often, these consist of a username and password to find out right user. Also here I have set the login notification which will notify individually to the user whether he has given wrong password or wrong username. If one is wrong he will not be able to enter. And here has the user role that needs to be fixed.

____________________
### Registration Form
____________________

A registration form is a list of fields that a user will input data into and submit to an individual. Most often, these consist of users basic information which will help to identify proper user. If one fields there blank instantly this system inform you so that you can not blank any fields.

____________________________________________________________
### ### There are mainly eight portion in this System following :-
____________________________________________________________
####  Login Form.

####  Registration Form.

####  Withdraw
####  Deposit
####  Transfer
####  Check Balance
####  Transaction History
####  Exit

## This is an simple program which gives idea that how ATM works.