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

https://github.com/renan-dias/github-repository-viewer

In this project I implement a functionality to query the github api and list my repositories. I intend to turn it into a blog that presents my projects in an organized way by categories.
https://github.com/renan-dias/github-repository-viewer

blog github react reactjs

Last synced: about 2 months ago
JSON representation

In this project I implement a functionality to query the github api and list my repositories. I intend to turn it into a blog that presents my projects in an organized way by categories.

Awesome Lists containing this project

README

          

# React Github repository viewer
> This project was bootstrapped with [Create React App] to demonstrate how to use [React] to build a simple Github repository viewer.

Hi! Dev here,
I devlopment this project to demonstrate how to use React to build a simple Github repository viewer and I use a API to get the data of github my repositories. Maybe in the future I will add more features to this project and expand the functionality for more developers show their repositories in a simple way.

## Installation

Clone this repository and install the requirements:

```sh
git clone https://github.com/renan-dias/Github-Repository-Viewer.git
```

Move to directory and run the program:

```sh
cd /Github-Repository-Viewer
```

Install dependencies:

```sh
npm install
```

## Usage example

In this version you only can see my repositories.

## Release History

* 0.0.1
* CHANGE: Update docs and project to github (start of development)

## Coming Soon

Make a good UI and add more features for login to github and show the repositories of the user.