AndrewJBateman/ionic-angular-

Repository files navigation

  • App to search for and display data for a user from the API using the Ionic framework.
  • Note: to open web links in a new window use: ctrl+click on link

GitHub repo sizeGitHub pull requestsGitHub Repo starsGitHub last commit

  • The API has a lot more detailed functionality available

Ionic page

  • npm i to install dependencies
  • ionic serve to start the server on localhost://8100
  • Extract from user-search.page.html to search for 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.

About

πŸ“‹ App to search for a profile using the API then display key info using ion-cards

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •