{"id":21570029,"url":"https://github.com/ribtas007/github-users","last_synced_at":"2026-05-07T07:45:49.849Z","repository":{"id":222890658,"uuid":"758466449","full_name":"RIBTAS007/github-users","owner":"RIBTAS007","description":"An App that highlights your github stats","archived":false,"fork":false,"pushed_at":"2024-02-19T13:53:13.000Z","size":917,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-04T17:13:09.704Z","etag":null,"topics":["auth0","fusion-charts","react","react-icons","reactrouter","reactrouterdom","styled-components"],"latest_commit_sha":null,"homepage":"https://glimpsegit.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/RIBTAS007.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-02-16T11:36:57.000Z","updated_at":"2024-02-19T13:51:50.000Z","dependencies_parsed_at":"2024-11-24T11:11:37.109Z","dependency_job_id":"78726efe-3189-42e0-83ab-78e5e864d5dd","html_url":"https://github.com/RIBTAS007/github-users","commit_stats":null,"previous_names":["ribtas007/github-users"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RIBTAS007/github-users","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RIBTAS007%2Fgithub-users","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RIBTAS007%2Fgithub-users/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RIBTAS007%2Fgithub-users/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RIBTAS007%2Fgithub-users/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RIBTAS007","download_url":"https://codeload.github.com/RIBTAS007/github-users/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RIBTAS007%2Fgithub-users/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32728371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["auth0","fusion-charts","react","react-icons","reactrouter","reactrouterdom","styled-components"],"created_at":"2024-11-24T11:11:30.128Z","updated_at":"2026-05-07T07:45:49.607Z","avatar_url":"https://github.com/RIBTAS007.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Glimpse Git\n\n- An App that highlights your github stats\n\n## Features\n\n- AuthO authentication to show app content.\n- fethes data from Github API and shows results\n- Displays the stats in the form of various graphs\n- you can search a user based on their github user names\n- Dark mode and light mode theme\n\n## App View\n\n- ![Login Page](./src/images/t1.png)\n- ![screen1](./src/images/t2.png)\n- ![screenpart2](./src/images/t3.png)\n- ![screenpart4](./src/images/t4.png)\n\n## Tech Stack\n\n- [Styled-Components](https://styled-components.com/)\n- [React.js](https://react.dev/)\n- [React Router](https://reactrouter.com/en/main)\n- [Auth0](https://auth0.com/)\n- [Github API](https://api.github.com)\n- [React Icons ](https://react-icons.github.io/react-icons/)\n- [Fusion Charts - Main Docs](https://www.fusioncharts.com/)\n\n## Styled Components\n\n- You can refer this for details [Styled-Components - Main Docs](https://styled-components.com/)\n- The following is a basic example of how we will be using a styled component\n\n```jsx\nimport styled from \"styled-components\";\n\nconst ReactComponent = () =\u003e {\n // logic here\n return \u003cWrapper\u003e\n {some content}\n \u003c/Wrapper\u003e\n}\n\n\nconst Wrapper = styled.htmlElement`\nwrite your styles here\n`\nexport default ReactComponent\n```\n\n## React Icons\n\n- For icons we will be using [React Icons ](https://react-icons.github.io/react-icons/)\n- This is how we can use it\n\n```jsx\nimport { FiUsers, FiUserPlus } from \"react-icons/fi\";\n\u003cFiUsers className=\"nameOfTheClass\"\u003e \u003c/FiUsers\u003e;\n```\n\n## React Router Dom\n\n- we will be using the following\n- version used - \"react-router-dom\": \"^6.2.2\",\n- [react-router-dom - Main Docs](https://reactrouter.com/web/guides/quick-start)\n- \u003cSwitch\u003e renders the first child \u003cRoute\u003e that matches\n- A \u003cRoute path=\"*\"\u003e always matches\n\n## Gihthub API\n\n- [Root Endpoint](https://api.github.com)\n- [Get User](https://api.github.com/users/ribtas007)\n- [Repos](https://api.github.com/users/ribtas007/repos?per_page=100)\n- [Followers](https://api.github.com/users/ribtas007/followers)\n- [Rate Limit](https://api.github.com/rate_limit)\n\n  For unauthenticated requests, the rate limit allows for up to 60 requests per hour. Unauthenticated requests are associated with the originating IP address, and not the user making requests.\n\n## Fusion Charts\n\n- [Fusion Charts - Main Docs](https://www.fusioncharts.com/)\n- [First React Chart](https://www.fusioncharts.com/dev/getting-started/react/your-first-chart-using-react)\n- [List Of Charts](https://www.fusioncharts.com/dev/chart-guide/list-of-charts)\n- [Themes](https://www.fusioncharts.com/dev/themes/introduction-to-themes)\n\n## Auth0\n\n- [Auth0 - Main Docs](https://auth0.com/)\n\n- Create Application\n- Choose : Single Page Web Applications\n- Choose : React\n- Go to Settings Tab\n- Copy/Paste Domain, ClientID - can be public (or use .env)\n- Add Domain -\n  for now http://localhost:3000 (DON'T COPY PASTE FROM URL BAR)\n\n  - Allowed Callback URLs\n  - Allowed Logout URLs\n  - Allowed Web Origins\n  - SAVE CHANGES!!!!!!!!!!!!!!!\n\n- Connections\n  email,social\n\n- [React SDK Docs](https://auth0.com/docs/libraries/auth0-react)\n- [REACT SDK API Docs](https://auth0.github.io/auth0-react/)\n\n## Deployment\n\n[Netlify](https://www.netlify.com/)\n\n## Additional Info\n\n#### Redirects with react-router-dom\n\nIn order for routing to work on netlify, redirects was added to the public folder\n\n- \\_redirects file in public\n\n```\n\n/*    /index.html   200\n\n```\n\n[Redirects Blog Post](https://dev.to/dance2die/page-not-found-on-netlify-with-react-router-58mc)\n\n#### Warnings and create-react-app\n\npackage.json\n\n```js\n\"build\": \"CI= react-scripts build\",\n```\n\n[create-react-app Warning Fix Blog Post](https://community.netlify.com/t/how-to-fix-build-failures-with-create-react-app-in-production/17752)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fribtas007%2Fgithub-users","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fribtas007%2Fgithub-users","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fribtas007%2Fgithub-users/lists"}