{"id":19825622,"url":"https://github.com/jagelous/git-user-search","last_synced_at":"2025-09-18T08:31:09.319Z","repository":{"id":247096542,"uuid":"823593253","full_name":"gungho0619/git-user-search","owner":"gungho0619","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-06T16:56:57.000Z","size":284,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-12T11:08:12.548Z","etag":null,"topics":["angular","angular-material","github-api","tailwindcss"],"latest_commit_sha":null,"homepage":"https://git-user-search-seven.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gungho0619.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-07-03T10:25:05.000Z","updated_at":"2024-08-26T01:57:02.000Z","dependencies_parsed_at":"2024-07-06T15:48:56.910Z","dependency_job_id":"19f2ded8-cbf4-4d71-aad4-bcc384ae5e26","html_url":"https://github.com/gungho0619/git-user-search","commit_stats":null,"previous_names":["gungho0619/git-user-search"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gungho0619%2Fgit-user-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gungho0619%2Fgit-user-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gungho0619%2Fgit-user-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gungho0619%2Fgit-user-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gungho0619","download_url":"https://codeload.github.com/gungho0619/git-user-search/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233461150,"owners_count":18679781,"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","angular-material","github-api","tailwindcss"],"created_at":"2024-11-12T11:08:14.136Z","updated_at":"2025-09-18T08:31:08.941Z","avatar_url":"https://github.com/gungho0619.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web - Angular/ReactJS Test Assignment\n\n\nURL: https://gungho0619.github.io/git-user-search/\n\n### Additions\n\n- [Prettier](https://prettier.io/) for the code style check and cleanup\n- [Tailwind CSS](https://tailwindcss.com/) for the CSS library\n- [Angular Material \u0026 CDK](https://material.angular.io) for the general UI component library\n- [GitHub Pages](https://pages.github.com) for the deployment\n- [Codecov](https://about.codecov.io/) for the code coverage integration and pipelines\n\n### Git workflows\n\n- Every push will be tested via GitHub actions passing 3 steps - build, testing, code-coverage check.\n- `main` branch is connected with the server(GitHub Page), whenever you push your code to `main` branch, that will be deployed to the hosting.\n- Code coverage is listed on the README.md by default, you can click this [badge](#web---angularreactjs-test-assignment) to check the report more details.\n- Following the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for commits.\n\n### Development guideline\n\nAfter clone the repository, following steps will allow you to set up the project on the local environment. \n\n```bash\n$ # Install packages\n$ npm install\n$\n$ # Run project and check http://localhost:4200 from your browser\n$ npm start\n$\n$ # Run unit test (single run - capable for CI)\n$ npm run test\n$\n$ # Run unit test to generate code coverage\n$ npm run test:cov\n$\n$ # Build the project in production mode\n$ npm run build\n$\n$ # Other additional scripts can be found from the package.json - script section\n```\n\n## Original Requirements\n\n### Search Component\n\nThis component should contain two elements:\n\n- 'Login' Text input for entering a String value\n- 'Submit' Button for initiating a request to\n  `https://api.github.com/search/users?q={login} in:login`, where {login} is the input value\n\n```bash\n# Example curl GET request to search for for login `foo`\ncurl --request GET '[https://api.github.com/search/users?q=foo in:login](https://api.github.com/search/users?q=foo%20in:login)'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjagelous%2Fgit-user-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjagelous%2Fgit-user-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjagelous%2Fgit-user-search/lists"}