Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 860 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 860 Bytes

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/