/loan-ratings-app

Web application calculating an average amount for loans available on marketplace of a given rating.

Primary LanguageTypeScript

Loan Ratings App

  • 📣 web app calculating an average amount for loans available on the marketplace of a given rating. Recruitment assignment
  • 🔧 Angular 5, TypeScript, CSS Grid, CORS
  • 📅 May 2018

Web application calculating an average amount for loans available on marketplace of a given rating. After selecting one of the ratings by the user the application display the calculated result.

Marketplace data are taken from Zonky application and using their API. Due to the CORS mechanism, the development version uses proxy configuration which solves this problem on the local machine. Please, treat production on GitHub Pages as a preview of the solution, where mock of the results are used.

Getting started

Preparation

npm install

Run

npm start