Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukemorales/react-github-repo-list
List your favorite GitHub repositories and see it's information and issues.
https://github.com/lukemorales/react-github-repo-list
frontend github-api javascript react reactjs styled-components
Last synced: 4 days ago
JSON representation
List your favorite GitHub repositories and see it's information and issues.
- Host: GitHub
- URL: https://github.com/lukemorales/react-github-repo-list
- Owner: lukemorales
- License: mit
- Created: 2019-07-02T06:20:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:31:51.000Z (about 2 years ago)
- Last Synced: 2024-12-30T10:12:08.520Z (10 days ago)
- Topics: frontend, github-api, javascript, react, reactjs, styled-components
- Language: JavaScript
- Homepage: https://react-github-repo-list.herokuapp.com/
- Size: 3.71 MB
- Stars: 18
- Watchers: 2
- Forks: 9
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React GitHub Repositories List
List your favorite GitHub repositories and see information and issues for each of them.
Technologies |
How To Use |
License![App Screenshot](https://res.cloudinary.com/lukemorales/image/upload/v1562471845/readme_logos/github-repo-react-screenshot_n8yg2f.jpg)
## :rocket: Technologies
This project was developed at the [RocketSeat GoStack Bootcamp](https://rocketseat.com.br/bootcamp) with the following technologies:
- [ReactJS](https://reactjs.org/)
- [React Router v4](https://github.com/ReactTraining/react-router)
- [styled-components](https://www.styled-components.com/)
- [GitHub REST API v3](https://developer.github.com/v3/)
- [VS Code][vc] with [EditorConfig][vceditconfig] and [ESLint][vceslint]
## :information_source: How To UseTo clone and run this application, you'll need [Git](https://git-scm.com), [Node.js v10.16][nodejs] or higher + [Yarn v1.13][yarn] or higher installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/lukemorales/react-github-repo-list# Go into the repository
$ cd react-github-repo-list# Install dependencies
$ yarn install# Run the app
$ yarn start
```## :memo: License
This project is under the MIT license. See the [LICENSE](https://github.com/lukemorales/react-github-repo-list/blob/master/LICENSE) for more information.---
Made with ♥ by Luke Morales :wave: [Get in touch!](https://www.linkedin.com/in/lukemorales/)
[nodejs]: https://nodejs.org/
[yarn]: https://yarnpkg.com/
[vc]: https://code.visualstudio.com/
[vceditconfig]: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
[vceslint]: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint