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
- Host: GitHub
- URL: https://github.com/akhand55/atm-interface
- Owner: akhand55
- Created: 2025-02-01T05:35:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-06T09:42:23.000Z (4 months ago)
- Last Synced: 2025-02-10T06:17:01.029Z (3 months ago)
- Topics: authentication, dsa-algorithm, java, oops-in-java, recursion-algorithm
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.