{"id":19571995,"url":"https://github.com/nr3101/search-github-users","last_synced_at":"2026-04-04T22:33:22.528Z","repository":{"id":174162777,"uuid":"651856294","full_name":"NR3101/search-github-users","owner":"NR3101","description":"Discover and analyze GitHub repositories with ease!!","archived":false,"fork":false,"pushed_at":"2023-06-10T14:37:16.000Z","size":304,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T08:41:19.819Z","etag":null,"topics":["auth0","fusioncharts","github-discovery-website","react-router","reactjs","styled-components"],"latest_commit_sha":null,"homepage":"https://search-users-on-github.vercel.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/NR3101.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":"2023-06-10T09:57:24.000Z","updated_at":"2023-06-10T13:02:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"77ffcd8c-87d7-455b-b32c-2bbafcfe42e5","html_url":"https://github.com/NR3101/search-github-users","commit_stats":null,"previous_names":["nr3101/search-github-users"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NR3101/search-github-users","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NR3101%2Fsearch-github-users","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NR3101%2Fsearch-github-users/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NR3101%2Fsearch-github-users/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NR3101%2Fsearch-github-users/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NR3101","download_url":"https://codeload.github.com/NR3101/search-github-users/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NR3101%2Fsearch-github-users/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"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":["auth0","fusioncharts","github-discovery-website","react-router","reactjs","styled-components"],"created_at":"2024-11-11T06:22:33.272Z","updated_at":"2026-04-04T22:33:22.508Z","avatar_url":"https://github.com/NR3101.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Starter Project\n\n- css provided (global styles, styled components)\n- folders/files already setup\n- all imports included (warnings)\n- index.js for easier imports\n\n## Styled Components\n\n[Styled-Components - Main Docs](https://styled-components.com/)\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[React Icons - Main Docs](https://react-icons.github.io/react-icons/)\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\nversion used - \"react-router-dom\": \"^5.2.0\",\n\n- [react-router-dom - Main Docs](https://reactrouter.com/web/guides/quick-start)\n\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/wesbos)\n- [Repos](https://api.github.com/users/john-smilga/repos?per_page=100)\n- [Followers](https://api.github.com/users/john-smilga/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%2Fnr3101%2Fsearch-github-users","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnr3101%2Fsearch-github-users","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnr3101%2Fsearch-github-users/lists"}