This is an app that will allow one of our Product Consultants to produce a payment schedule for the new loan scheme.
-
The application should allow the Product Consultant to input a vehicle price, deposit the amount, delivery date, and select from 1, 2 or 3-year finance options.
-
The completed application should calculate and display a quote showing a summary of the loan and a payment schedule showing monthly payments with the date and amount due.
-
There is a minimum 15% deposit based on the vehicle price.
-
On the first month’s payment add an £88 arrangement fee, and on the last a £20 completion fee.
-
Payments are due on the first day of each month, beginning the month after delivery.
-
Using this API, display the top six vehicles which may be affordable based on the monthly payments: ArnoldClark Json:
https://www.arnoldclark.com/used-cars/search.json
.This will return a JSON response. We are most interested in thesearchResults
array. -
You may approach this server-side or client-side, using React Native
We are interested in modern, clean coding principles, advocating for the user in terms of UI/UX, demonstrating semantically correct and accessible HTML.