jpuri / tradecloud-angular-assignment

TradeCloud's Angular Assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tradecloud-angular-assignment

TradeCloud's Angular Assignment

The projects uses following tech stack:

  1. AngularJS
  2. RxJS
  3. Typescript

Problem statement

Using above technologies and this basic project create a small app with a page. Page will have an input box for city, when I enter city and click search button it will find git users in the city using git api: https://api.github.com/search/users?q=location%3Aiceland.

Display the result in a simple table. If time permits add sorting feature to this basic grid.

Add unit test coverage for the code using Protactor and Jasmine.

Local setup

For local setup of this project, clone the repo and follow following steps:

  1. yarn
  2. ng serve

About

TradeCloud's Angular Assignment


Languages

Language:TypeScript 77.9%Language:JavaScript 16.6%Language:HTML 4.7%Language:CSS 0.8%