Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a mobile web site for customers to apply for loans and management to approve the applications (Create a new folder to hold all files/folders))
- Create a mobile web site for customers to apply for loans and management to approve the applications (Create a new folder to hold all files/folders))
- index.html
- css folder that includes all css files
- images folder that includes all site images
- js folder that includes all .js script file
- Enter YOUR NAME in the
tags AND your name and student number in a comment at the top of the index.html - Header area to include Assignment #1 / Your Name / Your Student Number; this header must be on both pages
- Footer line to include Your Login Name / Your Campus; this footer must be on both pages.
- Both pages must include a picture of you as the sales representative
- Content area on the main entry page will include inputs for customer entry for the following:
- Entry field (with labeling) for the Customer's company name
- Entry field (with labeling) for the Company owner
- Entry field (with labeling) for the Email address
- Entry field (with labeling) for the Phone number
- Entry field (with labeling) for the Annual sales in dollars
- Entry field (with labeling) for the Borrow amount in dollars
- Entry field (with labeling) for the Payment terms (number)
- A button to call the Approval page for management to approve the application
- Formatting, layout, colours, background, size, and labeling will all be considered in grading.
- All data MUST be saved to local storage before calling the Approval page and ES6 concepts used where applicable.
- Content on the Approval page (a separate page) will include the following:
- Customer's company contact information (Company name, Owner and Email address)
- Borrow amount and Payment terms
- Interest = Borrow amount * Payment terms / 12 * 3%.
- Payment = Borrow amount + Interest
- Profit = Payment Borrow amount
- Decision = A selection list containing "Accept", "Reject", or "Need more Information"
- A button to add Interest, Payment, Profit and Decision to the same item in local storage; and to list, on the same page, all data of the item from local storage.
- All information must be labeled and formatting, layout, colours, background, and size will all be considered in grading
- Data MUST be pulled from local storage to fill the Approval page and ES6 concepts used where applicable.
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