Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafinhaa/stream-data-reactn
https://github.com/rafinhaa/stream-data-reactn
react-native styled-components typescript
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafinhaa/stream-data-reactn
- Owner: rafinhaa
- Created: 2022-01-19T19:01:18.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T18:18:12.000Z (almost 2 years ago)
- Last Synced: 2023-03-31T17:42:27.606Z (over 1 year ago)
- Topics: react-native, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 61.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
stream.data
## π About
Terceiro desafio da trilha de React Native do Ignite da Rocketseat. Nesse projeto o principal
desafio é a autenticação, que foi treinado construindo um aplicativo que consome dados da API do Twitch.
[Detalhes](docs/ABOUT.md)## π Technologies
- [React Native](https://reactnative.dev/)
- [TypeScript](https://www.typescriptlang.org/pt/)
- [Styled-components](https://styled-components.com/)
- [Axios](https://axios-http.com/docs/intro)## π How to run the project
#### Clone the repository
```bash
git clone https://github.com/rafinhaa/stream-data-reactn
cd stream-data-reactn
```#### Install dependencies
```bash
yarn install
cd ios && pod install && cd ..
```#### Start server
```bash
yarn run ios
```## βΉοΈ Info
#### Preview
## π Changelog
##### v0.0.1
- Update README.md## π License
[MIT](LICENSE.txt)**Free Software, Hell Yeah!**