Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jpuri/tradecloud-angular-assignment
- Owner: jpuri
- Created: 2019-01-28T15:51:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T06:28:12.000Z (almost 6 years ago)
- Last Synced: 2024-10-20T04:44:35.401Z (2 months ago)
- Language: TypeScript
- Size: 179 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tradecloud-angular-assignment
TradeCloud's Angular AssignmentThe 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`