https://github.com/jefferson1104/github-explorer
A ReactJS application with StyleComponents and TypeScript consuming github's public API, to search repositories, returning some data such as: avatar, forks, issues and other information.
https://github.com/jefferson1104/github-explorer
frontend reactjs typescript
Last synced: 10 months ago
JSON representation
A ReactJS application with StyleComponents and TypeScript consuming github's public API, to search repositories, returning some data such as: avatar, forks, issues and other information.
- Host: GitHub
- URL: https://github.com/jefferson1104/github-explorer
- Owner: jefferson1104
- Created: 2020-07-05T20:20:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T22:09:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T14:47:53.931Z (12 months ago)
- Topics: frontend, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 4.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About project
Application made in reactJS, consuming public api from GitHub to search repositories, save searches in localStorage in the browser and show details of the repository found in the search such as Issues, how many Forks the repository had etc.
# :zap: Run this project
```bash
# Clone this repository
$ git clone https://github.com/jefferson1104/github-explorer-reactJS
# Access the application directory
$ cd github-explorer-reactJS
$ code .
# Install dependencies
$ yarn
# Start project
$ yarn start
```
# :fire: Prévia da Aplicação
# :thinking: How to Contribute?
**Fork this repository**
```bash
# Clone your fork
$ git clone url-do-seu-fork && cd github-explorer-reactJS
# Create a branch with your feature or bug fix
$ git checkout -b minha-branch
# Commit your changes
$ git commit -m 'feature/bugfix: minhas alterações'
# Push to your branch
$ git push origin minha-branch
```
> Once your pull request has been merged, you can delete your branch.