jim1200 / github-profile-search

Simple GitHub Profile Search written in Angular v5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github-Profile-Search

A quick and simple GitHub Profile Search app written in Angular.

Getting started

  1. Make sure you have node and npm installed
  2. Fork this repository
  3. If you do not have latest angular cli installed, run npm install -g @angular/cli
  4. Run npm install
  5. Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

This app fetches data and displays a user profile list

  1. 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
  2. The main search component querires the above mentioned api
  3. Using the search results, it displays the total number of github users
  4. It displays the first 10 users in the results

About

Simple GitHub Profile Search written in Angular v5


Languages

Language:TypeScript 61.4%Language:HTML 20.7%Language:JavaScript 11.0%Language:CSS 6.9%