This application needs git and node.js installed in order to run. Additionally the project needs packaged modules installed and the angular cli in order to run. Steps are as follows:
https://nodejs.org/en/download/
At the project root open git bash
npm install
npm install -g @angular/cli
ng serve
The code used to complete this challenge is located in the src/app folder.