{"id":21391838,"url":"https://github.com/dfrho/graphql-github","last_synced_at":"2026-05-08T07:31:23.642Z","repository":{"id":39337037,"uuid":"218181046","full_name":"dfrho/graphql-github","owner":"dfrho","description":"🚩GraphQL | React GitHub repo issue checker","archived":false,"fork":false,"pushed_at":"2023-02-16T06:19:31.000Z","size":1535,"stargazers_count":1,"open_issues_count":22,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-04T18:38:44.638Z","etag":null,"topics":["es6","github-api","graphql","javascript","react","styled-components"],"latest_commit_sha":null,"homepage":"https://gleeful-squirrel-3320fa.netlify.app/","language":"JavaScript","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/dfrho.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":"2019-10-29T01:45:49.000Z","updated_at":"2023-03-01T14:59:28.000Z","dependencies_parsed_at":"2024-11-22T16:15:18.859Z","dependency_job_id":null,"html_url":"https://github.com/dfrho/graphql-github","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dfrho/graphql-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfrho%2Fgraphql-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfrho%2Fgraphql-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfrho%2Fgraphql-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfrho%2Fgraphql-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfrho","download_url":"https://codeload.github.com/dfrho/graphql-github/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfrho%2Fgraphql-github/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32770979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["es6","github-api","graphql","javascript","react","styled-components"],"created_at":"2024-11-22T13:38:06.516Z","updated_at":"2026-05-08T07:31:23.599Z","avatar_url":"https://github.com/dfrho.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React GraphQL GitHub Repo Issue Checker\n[Deployed](https://gleeful-squirrel-3320fa.netlify.app/)\n\nConsuming the GraphQL-based Github API, users can browse Github issues (and first three emoji reactions, if any) by entering an organization's repo name. Assumes a forward slash between both fields, as in \"facebook/create-react-app\".\n\n![app screenshot](./public/screenShot.png)\n\nWith poor form validation and a very basic front-end, this is still a great practice application for learning GraphQL under-the-hood while understanding the value of a GraphQL library like Apollo. Mainly because we're not using a GraphQL library to interact with the server but rather axios and regular HTTP requests, and we're not cacheing results yet. This project is based on Robin Wierich's [The Road to GraphQL](https://roadtoreact.com/course-details?courseId=THE_ROAD_TO_GRAPHQL).\n\nThe app assumes the user is a GitHub user and can search for organization and repo combinations. Features include\n\n-   default display of five most recent open issues,\n-   pagination,\n-   starring and unstarring the repo,\n-   total star count inside star toggle button\n\n## Available Scripts\n\n`git clone` this repo, then `cd react-graphql-github-vanilla` into the project directory, and run:\n\n### `yarn` or `yarn install`\n\n### secure your environment with api key\n\nIn the project root directory (next to src folder), run `touch .env`. Open the file then enter your new Github Personal Access Token created using [this guide](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line) as :\n`REACT_APP_GITHUB_PERSONAL_ACCESS_TOKEN=abcdthisisnotarealkey1245679` (no string quotation marks).\n\nAdd `.env` to your .gitignore to avoid broadcasting your secure key to the universe.\n\nThen start the app, now as a pre-authorized github user:\n\n### `yarn start`\n\nRuns the app in the development mode.\u003cbr /\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfrho%2Fgraphql-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfrho%2Fgraphql-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfrho%2Fgraphql-github/lists"}