Mortgage Instalment Calculator
Create a mortgage instalment calculation webapp. guidelines you need to follow: 1. User interface (HTML): Ø Input fields for the amount of the mortgage (free field, the customer must have the possibility to enter the amount they want) Minimum acceptable amount is euro 80,000. Ø the interest rate. The customer must be able to choose between a fixed rate and a variable rate. Ø the duration of the loan (the duration of the loan must be between 5 and 30 years. The customer must be able to freely choose as many years as he wishes of the loan) Ø the payment frequency (it must be possible to choose the payment frequency between monthly, quarterly, half yearly and yearly) Installment calculation button. 2. Style (CSS): Simple and clear design for ease of use. 3. Calculation logic (JavaScript): Choice of installment calculation using the French amortisation formula. The interest rates set in the JavaScript code must be taken as follows o for fixed rate take the first value from this link, under the heading ‘Best fixed rate mortgage First Home Purchase’. : https://mutuionline.24oreborsaonline.ilsole24ore.com/mutuo migliore/miglior mutuo tasso fisso.asp o for variable rate take the first value from this link, under ‘Best Variable Rate Mortgage First Home Purchase ’ : https://mutuionline.24oreborsaonline.ilsole24ore.com/mutuo migliore/miglior mutuo tasso variabile.asp
