{"id":16211699,"url":"https://github.com/laurabeatris/github-explorer","last_synced_at":"2025-03-19T09:30:45.689Z","repository":{"id":39144680,"uuid":"259156192","full_name":"LauraBeatris/github-explorer","owner":"LauraBeatris","description":"Explore GitHub repositories - built with React.js and Styled Components.","archived":false,"fork":false,"pushed_at":"2023-03-04T14:46:03.000Z","size":7017,"stargazers_count":36,"open_issues_count":22,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T17:46:42.514Z","etag":null,"topics":["frontend","github-api","i18n","reactjs","styled-components"],"latest_commit_sha":null,"homepage":"https://heuristic-dijkstra-e60a88.netlify.app/","language":"TypeScript","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/LauraBeatris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2020-04-26T23:35:32.000Z","updated_at":"2024-10-08T14:38:13.000Z","dependencies_parsed_at":"2024-10-27T20:40:05.514Z","dependency_job_id":null,"html_url":"https://github.com/LauraBeatris/github-explorer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fgithub-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fgithub-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fgithub-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fgithub-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LauraBeatris","download_url":"https://codeload.github.com/LauraBeatris/github-explorer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243982141,"owners_count":20378605,"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":["frontend","github-api","i18n","reactjs","styled-components"],"created_at":"2024-10-10T10:48:59.392Z","updated_at":"2025-03-19T09:30:44.106Z","avatar_url":"https://github.com/LauraBeatris.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n   \u003cimg src=\".github/docs/images/logo.svg\" width=\"350\"/\u003e\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\n\u003cp align=\"center\"\u003e\n   \u003cimg src=\".github/docs/images/dashboard.png\" width=\"500\"/\u003e\n   \u003cimg src=\".github/docs/images/repository-details.gif\" width=\"500\"/\u003e\n\u003c/p\u003e\n\n[![Author](https://img.shields.io/badge/author-LauraBeatris-3D3D4D?style=flat-square)](https://github.com/LauraBeatris)\n[![Languages](https://img.shields.io/github/languages/count/LauraBeatris/github-explorer?color=%233D3D4D\u0026style=flat-square)](#)\n[![Stars](https://img.shields.io/github/stars/LauraBeatris/github-explorer?color=3D3D4D\u0026style=flat-square)](https://github.com/LauraBeatris/github-explorer/stargazers)\n[![Forks](https://img.shields.io/github/forks/LauraBeatris/github-explorer?color=%233D3D4D\u0026style=flat-square)](https://github.com/LauraBeatris/github-explorer/network/members)\n[![Contributors](https://img.shields.io/github/contributors/LauraBeatris/github-explorer?color=3D3D4D\u0026style=flat-square)](https://github.com/LauraBeatris/github-explorer/graphs/contributors)\n\n---\n\n# :pushpin: Table of Contents\n\n* [Features](#rocket-features)\n* [Installation](#construction_worker-installation)\n* [Getting Started](#runner-getting-started)\n* [Found a bug? Missing a specific feature?](#bug-issues)\n* [Contributing](#tada-contributing)\n* [License](#closed_book-license)\n\n# :rocket: Features\n\n* Explore repositories\n* Show repository details such as Issues and Pull Requests\n\n# :construction_worker: Installation\n\n**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**\n\n```\ngit clone https://github.com/LauraBeatris/github-explorer.git\n```\n\nSSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:\n\n```\ngit clone git@github.com:LauraBeatris/github-explorer.git\n```\n\n**Install dependencies**\n\n```\nyarn install\n```\n\n**Start development server**\n\n```\nyarn dev\n```\n\n# :bug: Issues\n\nFeel free to **file a new issue** with a respective title and description on the [GitHub Explorer](https://github.com/LauraBeatris/github-explorer/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**! Have a look at our [contribution guidelines](https://github.com/LauraBeatris/github-explorer/blob/master/CONTRIBUTING.md) to find out about the coding standards.\n\n# :tada: Contributing\n\nCheck out the [contributing](https://github.com/LauraBeatris/github-explorer/blob/master/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.\n\n# :closed_book: License\n\nReleased in 2020\nThis project is under the [MIT license](https://github.com/LauraBeatris/github-explorer/master/LICENSE).\n\nMade with love by [Laura Beatris](https://github.com/LauraBeatris) 💜🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurabeatris%2Fgithub-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaurabeatris%2Fgithub-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurabeatris%2Fgithub-explorer/lists"}