Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jpuri/tradecloud-angular-assignment

TradeCloud's Angular Assignment
https://github.com/jpuri/tradecloud-angular-assignment

Last synced: about 1 month ago
JSON representation

TradeCloud's Angular Assignment

Awesome Lists containing this project

README

        

# 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`