A quick and simple GitHub Profile Search app written in Angular.
- 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.
- 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 - The main search component querires the above mentioned api
- Using the search results, it displays the total number of github users
- It displays the first 10 users in the results