Banking Instructions
You have been contracted by a small local bank to create an application
that allows a user to add and retrieve funds from their bank account,
along with check the balance.
Your job by Thursday night is to show a proof on concept for the project
to the client.
This proof of concept must have the following pages
- Account Landing Page If no account exists do not allow user to go account info pages, instead take user to registration
- Account Registration Page (Edit Account) simply stores the user first and last name.
-
Add Funds accepts a number and adds to the account balance.
-
Withdraw Funds accepts a number and takes out of account balance.
-
Check Account Balance Shows account info balance.
Other pages may be added as you see fit.
The following features must be present
- Logic Error Checking Your pages should prevent and/or handle inputs except numbers, should not allow negative deposits, etc.
- Persistent Storage Balance and other information should be stored in broswer storage for this client demo.
- Presentation is Key to win this client, the demo must look good. Apply a theme of your own making!
- User First and Last Name (Account Info) on each page
- User should be able to navigate your site (taken through your site) without the use of the back button!
Other Requirements
- No code generators can be used. All code must be hand written.
Please send me a PUBLISHED link to your banking simulator when you are done! Happy Coding :)