{"id":13403993,"url":"https://github.com/LauraBeatris/codio","last_synced_at":"2025-03-14T08:32:20.466Z","repository":{"id":100510988,"uuid":"226599856","full_name":"LauraBeatris/codio","owner":"LauraBeatris","description":"👩‍💻 git ui application made with reactjs and styled components","archived":true,"fork":false,"pushed_at":"2020-09-10T22:33:00.000Z","size":1984,"stargazers_count":24,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-31T19:42:37.137Z","etag":null,"topics":["frontend","github-api","javascript","reactjs","styled-components"],"latest_commit_sha":null,"homepage":"https://codio.lauradeveloper.com.br/","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/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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-08T01:44:54.000Z","updated_at":"2023-12-05T14:55:32.000Z","dependencies_parsed_at":"2023-05-15T13:45:12.057Z","dependency_job_id":null,"html_url":"https://github.com/LauraBeatris/codio","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%2Fcodio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fcodio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fcodio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fcodio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LauraBeatris","download_url":"https://codeload.github.com/LauraBeatris/codio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243547546,"owners_count":20308721,"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","javascript","reactjs","styled-components"],"created_at":"2024-07-30T19:01:37.342Z","updated_at":"2025-03-14T08:32:20.459Z","avatar_url":"https://github.com/LauraBeatris.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cp align=\"left\"\u003e\n   \u003cimg src=\".github/logo.png\" width=\"150\"/\u003e\n\u003c/p\u003e\n\n# Codio\n\n[![Author](https://img.shields.io/badge/author-LauraBeatris-DB5A45?style=flat-square)](https://github.com/LauraBeatris)\n[![Languages](https://img.shields.io/github/languages/count/LauraBeatris/codio?color=%23DB5A45\u0026style=flat-square)](#)\n[![Stars](https://img.shields.io/github/stars/LauraBeatris/codio?color=DB5A45\u0026style=flat-square)](https://github.com/LauraBeatris/codio/stargazers)\n[![Forks](https://img.shields.io/github/forks/LauraBeatris/codio?color=%23DB5A45\u0026style=flat-square)](https://github.com/LauraBeatris/codio/network/members)\n[![Contributors](https://img.shields.io/github/contributors/LauraBeatris/codio?color=DB5A45\u0026style=flat-square)](https://github.com/LauraBeatris/codio/graphs/contributors)\n\n\u003e Git UI made with the [GitHub API](https://developer.github.com/v3/)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg align=\"center\" src=\".github/signin.gif\" alt=\"Signin\" border=\"0\"\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg align=\"center\" src=\".github/repositories.gif\" alt=\"Repositories\" border=\"0\"\u003e\n\u003c/p\u003e\n\u003cbr\u003e\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* [FAQ](#postbox-faq)\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* 👩🏻‍💻 See all the data related to the activies of your Github Account\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```git clone https://github.com/LauraBeatris/codio.git```\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```git clone git@github.com:LauraBeatris/codio.git```\n\n**Install dependencies**\n\n```yarn install```\n\n# :runner: Getting Started\n\nSetting the **NODE_ENV** environment variable as development, gives you the ability to do API calls with your token. So you'll be able to access more endpoints like user notifications. For that, go to your GitHub Profile Setting and create a token, after that, copy it and put in a environment variable called **REACT_APP_GIT_TOKEN**\n\nThese headers will be included to your requests\n```\n    Content-Type: 'application/json',\n    Accept: 'application/vnd.github.v3.raw',\n    Authorization: `token ${process.env.REACT_APP_GIT_TOKEN}\n```\nRun the following command in order to start the application in a development environment:\n\n```yarn start```\n\n# :postbox: Faq\n\n**Question:** What are the tecnologies used in this project?\n\n**Answer:** The tecnologies used in this project are [React](https://pt-br.reactjs.org/) + [Styled Components](https://styled-components.com/) to handle scoped CSS.\n\n# :bug: Issues\n\nFeel free to **file a new issue** with a respective title and description on the the [Codio](https://github.com/LauraBeatris/codio/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/codio/blob/master/CONTRIBUTING.md) to find out about the coding standards.\n\n# :tada: Contributing\n\nCheck out the [contributing](https://github.com/LauraBeatris/codio/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 2019.\nThis project is under the [MIT license](https://github.com/LauraBeatris/codio/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%2Fcodio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLauraBeatris%2Fcodio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLauraBeatris%2Fcodio/lists"}