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
- Host: GitHub
- URL: https://github.com/mcodex/rocketseat-repository-web
- Owner: mCodex
- Created: 2020-02-22T15:22:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:28:00.000Z (over 2 years ago)
- Last Synced: 2025-01-20T10:17:45.368Z (5 months ago)
- Topics: react, react-router-dom, styled-components
- Language: JavaScript
- Homepage: https://mcodex.github.io/rocketseat-repository-web
- Size: 8.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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