An open API service indexing awesome lists of open source software.

https://github.com/mcodex/rocketseat-repository-web

A simple GH repository listing using GH's API
https://github.com/mcodex/rocketseat-repository-web

react react-router-dom styled-components

Last synced: 16 minutes ago
JSON representation

A simple GH repository listing using GH's API

Awesome Lists containing this project

README

        

# Rocketseat Repository Web

A project which you can a repo name using this format: `github_user/repo_name` (i.e [facebook/react](http://github.com/facebook/react)) and then you can see its details which lists opened issues for that repository.

Project bootstraped with [create-react-app](https://github.com/facebook/create-react-app). Deployed using [gh-pages](https://www.npmjs.com/package/gh-pages).

## 👨‍💻 Demo:

https://mcodex.github.io/rocketseat-repository-web

## 📚 Libraries:

* [styled-components](https://styled-components.com/)
* [react-app-rewired](https://github.com/timarney/react-app-rewired)
* [customize-cra](https://github.com/arackaf/customize-cra)

## 📦 Installation

It is easy, just run:

* `yarn` - to install dependencies
* `yarn start` - to start development mode