Question: Create a website that will simulate a banking application with the following functionality: The app should display the user's current bank balance. The app must
Create a website that will simulate a banking application with the following
functionality:
The app should display the user's current bank balance.
The app must have an input for the user to deposit money to the
bank the user should input a number and click a button that will
add the "deposit" amount to the currently displayed bank balance
The app must have an input for the user to withdraw money from the
bank the user should input a number and click a button that will
remove the withdrawn amount to the currently displayed bank
balance
There should be a button that the user can click to 'add interest' to
the account using either a fixed interest rate or a rate the user has
entered in another input that will then be added to the balance
being displayed.
There should be a button that the user can click to 'Charge bank fees'
that can be either a fixed amount or calculated as a percentage of
the bank balance that is then deducted from the displayed balance.
This app must use at least two separate components with a shared
state that is lifted to a parent component.
Try to be creative and use some Bootstrap styling, or optionally, have an
alert that triggers when the user goes into a negative balance, for example.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
