The goal of this challenge is to see whether you can do some basic front end development. You don’t have to know angular2 or material design or typescript.
- Make sure you have node and npm installed
- Fork this repository
- If you do not have latest angular cli installed, run
npm install -g @angular/cli
- Run
npm install
- Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
- Feel free to use internet
- We recommend you to spend maximum two hours and submit as much as you can
- The project has angular material design incorporated. Feel free to use it
- Before start coding
- Create a branch by using your full name
- When you are done, send a pull request
- Github user api:
https://api.github.com/search/users?q=eric
takes a search string to search users in github. The search string could be passed as parameter q - Create a textbox in the main component under src\app\main to take user by using the above mentioned api
- From the search result display the total number of github user in
total_count
- Display first 10 users in the search result
- Feel free to ask google or the person sent you this challenge