{"id":22735408,"url":"https://github.com/aleydon/repositories","last_synced_at":"2026-04-19T13:32:54.689Z","repository":{"id":39071837,"uuid":"277211007","full_name":"Aleydon/Repositories","owner":"Aleydon","description":":computer: :earth_americas: Get repositories from  github api. :earth_americas: :computer:","archived":false,"fork":false,"pushed_at":"2023-01-07T04:48:20.000Z","size":2271,"stargazers_count":1,"open_issues_count":15,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T06:31:05.819Z","etag":null,"topics":["api","axios","components","get","github-api","javascript","js","jsx","localstorage","react","reactjs","styled-components"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Aleydon.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}},"created_at":"2020-07-05T01:25:15.000Z","updated_at":"2021-07-04T20:01:45.000Z","dependencies_parsed_at":"2023-02-06T12:16:06.763Z","dependency_job_id":null,"html_url":"https://github.com/Aleydon/Repositories","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aleydon/Repositories","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aleydon%2FRepositories","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aleydon%2FRepositories/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aleydon%2FRepositories/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aleydon%2FRepositories/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aleydon","download_url":"https://codeload.github.com/Aleydon/Repositories/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aleydon%2FRepositories/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","axios","components","get","github-api","javascript","js","jsx","localstorage","react","reactjs","styled-components"],"created_at":"2024-12-10T21:09:41.910Z","updated_at":"2026-04-19T13:32:54.672Z","avatar_url":"https://github.com/Aleydon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :earth_americas: Get Repositories From Github Api :earth_americas:\n\n---\n\n![ReactJs](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![Javascript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge\u0026logo=javascript\u0026logoColor=F7DF1E)\n![Html5](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge\u0026logo=html5\u0026logoColor=white)\n![Css3](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge\u0026logo=css3\u0026logoColor=white)\n![React-Router](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge\u0026logo=react-router\u0026logoColor=white)\n![Styled-Components](https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge\u0026logo=styled-components\u0026logoColor=white)\n\n---\n\n## :pushpin: Requirements: :pushpin: \n\nReactJs: :link: https://pt-br.reactjs.org/\n\nNodeJs: :link: https://nodejs.org/en/\n\n\n---\n#### :arrow_forward:   Get Started: \n\n  1. Clone this repo\n   ```sh\n   git clone https://github.com/Aleydon/Repositories.git\n   ```\n  2. Install NPM packages\n   ```sh\n   npm install or yarn install\n   ```\n   3. Run this project\n   ```sh\n   npm start or yarn start\n   ```\n---  \n\n\n\u003ch4\u003e:mag: search the repositories:\u003c/h4\u003e \n\n![Search-Repositories](images/added_repositorie.png)\n\n\n\u003ch5\u003e:exclamation:Returns an error message if the repository is not found:\u003c/h5\u003e\n\n![Repositories-Not-Found](images/repo_not_found.png)\n\n\n\u003ch4\u003e :floppy_disk: This application stores the repositories in localStorage:\u003c/h4\u003e\n\n```js\n  useEffect(() =\u003e {\n    localStorage.setItem('@favorite/repos', JSON.stringify(repositories));\n  }, [repositories]);  \n```\n\n\u003ch4\u003e:x: repository  remove:\u003c/h4\u003e\n\n```js\n const handleDeleteRepository = useCallback(\n    (repo) =\u003e {\n      const repoDelete = repositories.filter(\n        (filtered) =\u003e filtered.name !== repo,\n      );\n      setRepositories(repoDelete);\n      localStorage.removeItem(repoDelete);\n    },\n    [repositories],\n  );\n```\n\u003ch4\u003e:mag_right: Functional filter and navigation:\u003c/h4\u003e\n\n![Filter-Pagination](images/View_issues_and_pagination.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleydon%2Frepositories","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faleydon%2Frepositories","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleydon%2Frepositories/lists"}