Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagohrcosta/ignite-github-explorer
https://github.com/thiagohrcosta/ignite-github-explorer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thiagohrcosta/ignite-github-explorer
- Owner: thiagohrcosta
- Created: 2023-01-27T22:01:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T23:25:55.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T07:16:33.438Z (about 2 months ago)
- Language: TypeScript
- Size: 486 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![banner](https://res.cloudinary.com/dloadb2bx/image/upload/v1674861929/g3_irkwnb.png)
# Github Explorer
This project was developed during the React Native specialization created by Rocketseat. It is an application for search for a github repository and display information. It'´s also possible to press the repository to be redirect to the github page.## Technologies used
![React Native](https://img.shields.io/badge/react_native-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB) ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white) ![React Hook Form](https://img.shields.io/badge/React%20Hook%20Form-%23EC5990.svg?style=for-the-badge&logo=reacthookform&logoColor=white) ![Styled Components](https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge&logo=styled-components&logoColor=white) ![Expo](https://img.shields.io/badge/expo-1C1E24?style=for-the-badge&logo=expo&logoColor=#D04A37)## What user can do?
A user can:
- Search fo a Github repository, access the information and also press to be redirect to the Github page.Solarized dark | Solarized Ocean
:-------------------------:|:-------------------------:
![](https://res.cloudinary.com/dloadb2bx/image/upload/v1674861231/g2_slbf5f.png) | ![](https://res.cloudinary.com/dloadb2bx/image/upload/v1674861231/g1_xaw17c.png)## How to run this project
This project use expo, so after clone this repository run `yarn install` on the main folder, and then run `expo start`."expo": "~45.0.0"
"react": "17.0.2",
"react-native": "0.68.2",