You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Getting started
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 to https://localhost:4200/. The app will automatically reload if you change any of the source files.
General Guideline
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
Fetch data and display user profile
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
Further help
Feel free to ask google or the person sent you this challenge