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.
- Host: GitHub
- URL: https://github.com/renan-dias/github-repository-viewer
- Owner: renan-dias
- Created: 2022-09-12T00:41:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T00:41:17.000Z (almost 4 years ago)
- Last Synced: 2025-07-06T07:02:43.242Z (12 months ago)
- Topics: blog, github, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 295 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.