Design the UX for a financial app that will calculate loan
payments and related information. (eg, the app would allow the user
to specify the loan amount, loan term, and interest rate, and then
compute monthly payments – among other tasks) While you will create
algorithms to implement the functions later, this assignment focus
on the user experience. Design a good UI by beginning with a great
idea in mind and expressing it using concepts related to UX from
this course. You are creating a prototype now, and not a working
product.
Use a good tool to represent the multiple screens of your design.
Visual Studio is a RAD platform that will allow you to easily
design the UX of an app. You will create the app using Visual
Studio in the next unit, so if you are not familiar with Visual
Studio, I would encourage you to investigate it now.* Other tools
such as Visio and SmartDraw could be used. You could use a
presentation package such as PowerPoint or Keynote also. A list of
many apps can be found here:
https://blog.prototypr.io/top-20-prototyping-tools-for-ui-and-ux-designers-2017-46d59be0b3a9
Upload all images from your design in a single document, and add an
explanation if needed. Upload a .docx or .pdf file
* I recommend that you create a Visual Studio project as “Visual
C#” within “Windows Forms App (.NET Framework)” - see the attached
documents from the undergraduate software engineering class for
help