- App to search for and display github data for a user from the github API using the Ionic framework.
 - Note: to open web links in a new window use: ctrl+click on link
 
- The Github API has a lot more detailed functionality available
 
npm ito install dependenciesionic serveto start the server on localhost://8100
- Extract from 
user-search.page.htmlto search for Github repos using username input text 
  <ion-searchbar
    color="primary"
    type="search"
    placeholder="search name"
    [debounce]="1000"
    (ionInput)="handleInput($event)"
  >
  </ion-searchbar>- The side menu is activated by the burger menu and extends from the left hand side
 
- Status: Working menu system but page content to be added and fr & es texts to be corrected.
 - To-do: Fix dark mode switch mode, Info page, i18n, replace sidebar image. Change search result page to be a user profile with number of repos etc. and a photo.
 
- This project is licensed under the terms of the MIT license.
 
- Repo created by ABateman, email: gomezbateman@yahoo.com
 
