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

https://github.com/geraldobraz/github-explorer


https://github.com/geraldobraz/github-explorer

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

![React Badge](https://img.shields.io/badge/-React.js-7bdcfe)

*This repository is for learning purpose. It has a simple reactJS application that helps people find github repositories using the github API.*

## 🚀 Getting Started
Inside de project's folder run the following commands to start the web application

### 📥 Installing dependencies

Inside de project's folder, run:

```
yarn
```

### 🏎 Running application
```
yarn start
```

## 🛠 Built With

* [ReactJs](https://reactjs.org/) - A declarative, efficient, and flexible JavaScript library for building user interfaces.
* [Yarn](https://yarnpkg.com/) - Package Manager
* [TypeScript](https://www.typescriptlang.org/) - Typed Superset of JavaScript - used as a development dependency


## 🎖 Author
* **Geraldo Braz** - [@geraldobraz](https://github.com/geraldobraz)


This project was developed during the GoStack course by
Rocketseat