Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

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

Notifications You must be signed in to change notification settings

wroclawianka/loan-ratings-app

Repository files navigation

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