Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guilhermeorcezi/gitrepo
A React application to show github repositories
https://github.com/guilhermeorcezi/gitrepo
javascript react
Last synced: about 4 hours ago
JSON representation
A React application to show github repositories
- Host: GitHub
- URL: https://github.com/guilhermeorcezi/gitrepo
- Owner: guilhermeorcezi
- Created: 2020-01-29T02:21:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:57:00.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T16:05:50.543Z (over 1 year ago)
- Topics: javascript, react
- Language: JavaScript
- Homepage:
- Size: 5.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GitRepoA React application to show github repositories
## Features
To create that web application was used:- ⚛️ **React Js** — JavaScript lib to create interfaces
## Project
A simple application to show informations about a Github repository through the Github's API.
## Getting started
### Frontend
Follow the steps below to start the application:
```bash
yarn install
yarn start
```## How to contribute
- First leave a ⭐!
- Fork the repositories in production as they are updated: MonoRepo;
- Create a branch with your feature: `git checkout -b my-feature`;
- Commit your changes: `git commit -m 'feat: My new feature'`;
- Push to your branch: `git push origin my-feature`.## License
This project is licensed by MIT License - Go to the [licençe page](https://opensource.org/licenses/MIT) to see more details.