Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You need to implement an application for managing personal banking. The application must allow a customer to be created and associated with an account, to
You need to implement an application for managing personal banking. The application must allow a customer to be created and associated with an account, to deposit or withdraw money, and to check their account balance.
1.Design (40 marks). Things to consider:
What are the key elements for this application?
How would you manage these?
Is a state-managed solution appropriate here?
Should you be considering JAM or MVC?
2.Intelligent Choices (40 marks). Identify appropriate libraries and a toolstack. Think about how your choice of tools reflects the design. Can you avoid writing code (no code) or writing very little (low code)? Is this an entirely front-end application, back-end, or full-stack?
3.Implementation (100 marks). Do not get overly elaborate or bogged down on any one section. If you are having problems implementing something, replace it with a temporary function or class that identifies work that needs to be done later.
we need javascript coding for this.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started