https://github.com/geraldobraz/github-explorer
https://github.com/geraldobraz/github-explorer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/geraldobraz/github-explorer
- Owner: geraldobraz
- License: mit
- Created: 2022-03-10T02:23:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T03:18:17.000Z (over 4 years ago)
- Last Synced: 2023-03-07T23:04:47.962Z (over 3 years ago)
- Language: TypeScript
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


*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)