{"id":18615008,"url":"https://github.com/andrewjbateman/ionic-angular-github","last_synced_at":"2025-05-07T03:44:08.086Z","repository":{"id":38987740,"uuid":"193327853","full_name":"AndrewJBateman/ionic-angular-github","owner":"AndrewJBateman","description":":clipboard: App to search for a Github profile using the Github API then display key info using ion-cards","archived":false,"fork":false,"pushed_at":"2023-04-20T19:24:55.000Z","size":7943,"stargazers_count":5,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T03:43:59.118Z","etag":null,"topics":["angular","angular16","api-rest","dark-theme","github-api","html5","ionic","ionic7","scss","scss-styles","typescript4"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewJBateman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-23T09:11:41.000Z","updated_at":"2023-12-05T15:47:28.000Z","dependencies_parsed_at":"2024-11-07T03:31:18.483Z","dependency_job_id":"33c1b314-e58b-4768-b05f-2f66d3f4c81c","html_url":"https://github.com/AndrewJBateman/ionic-angular-github","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/ionic-angular-github/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252810272,"owners_count":21807759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular16","api-rest","dark-theme","github-api","html5","ionic","ionic7","scss","scss-styles","typescript4"],"created_at":"2024-11-07T03:27:48.997Z","updated_at":"2025-05-07T03:44:08.056Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"TypeScript","readme":"# :zap: Ionic Angular Github\n\n* App to search for and display github data for a user from the [github API](https://developer.github.com/v3/search/#search-repositories) using the [Ionic framework](https://ionicframework.com/docs).\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/ionic-angular-github?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/ionic-angular-github?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/ionic-angular-github?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/ionic-angular-github?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [:zap: Ionic Angular Github](#zap-ionic-angular-github)\n  * [:page\\_facing\\_up: Table of contents](#page_facing_up-table-of-contents)\n  * [:books: General info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal\\_strength: Technologies](#signal_strength-technologies)\n  * [:floppy\\_disk: Setup](#floppy_disk-setup)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:cool: Features](#cool-features)\n  * [:clipboard: Status \\\u0026 To-do List](#clipboard-status--to-do-list)\n  * [:clap: Inspiration](#clap-inspiration)\n  * [:file\\_folder: License](#file_folder-license)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n* The [Github API](https://angular.io/) has a lot more detailed functionality available\n\n## :camera: Screenshots\n\n![Ionic page](./img/side-menu.png)\n\n## :signal_strength: Technologies\n\n* [Ionic v7](https://ionicframework.com/)\n* [Angular v16](https://angular.io/)\n* [Ionic/angular v7](https://www.npmjs.com/package/@ionic/angular)\n* [github API](https://developer.github.com/v3/search/#search-repositories)\n\n## :floppy_disk: Setup\n\n* `npm i` to install dependencies\n* `ionic serve` to start the server on _localhost://8100_\n\n## :computer: Code Examples\n\n* Extract from `user-search.page.html` to search for Github repos using username input text\n\n```typescript\n  \u003cion-searchbar\n    color=\"primary\"\n    type=\"search\"\n    placeholder=\"search name\"\n    [debounce]=\"1000\"\n    (ionInput)=\"handleInput($event)\"\n  \u003e\n  \u003c/ion-searchbar\u003e\n```\n\n## :cool: Features\n\n* The side menu is activated by the burger menu and extends from the left hand side\n\n## :clipboard: Status \u0026 To-do List\n\n* Status: Working menu system but page content to be added and fr \u0026 es texts to be corrected.\n* 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.\n\n## :clap: Inspiration\n\n* [github API documentation](https://developer.github.com/v3/search/#search-repositories)\n\n## :file_folder: License\n\n* This project is licensed under the terms of the MIT license.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fionic-angular-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fionic-angular-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fionic-angular-github/lists"}