Skip to content

This is a JavaScript DOM project with some banking operations. It performs withdraw and deposit and calculate the remaining balance and the new updated balance.

Notifications You must be signed in to change notification settings

uttamsdev/functional-bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Bank

This is a JavaScript DOM project with some banking operations. It performs withdraw and deposit and calculate the remaining balance and the new updated balance.

Login Credentials:

Username: admin
password: admin

Features of this project:

  • User can login in
  • If user enter any amount and click on deposit button the amount will be added on deposit section and balance will be increased because this deposit amount will be added on balance.
  • If users enter amount and press on withdraw button the amount will be added on withdraw section and this withdraw amount will be decreased from balances.
  • Input validations added. User can't leave input filed empty and text input not allowed.

Technologies that are used to build this project:

  • HTML
  • CSS
  • JavaScript

Live link: https://uttamsaha.github.io/functional-bank/

About

This is a JavaScript DOM project with some banking operations. It performs withdraw and deposit and calculate the remaining balance and the new updated balance.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published