Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Omnistack 10


GitRepo

A 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.