Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateuschaves/movie-app
:iphone: Aplicativo para teste técnico na empresa Taki Brasil.
https://github.com/mateuschaves/movie-app
javascript mobile-app react-native redux redux-saga styled-components
Last synced: about 3 hours ago
JSON representation
:iphone: Aplicativo para teste técnico na empresa Taki Brasil.
- Host: GitHub
- URL: https://github.com/mateuschaves/movie-app
- Owner: mateuschaves
- License: mit
- Created: 2020-06-10T05:58:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T01:59:28.000Z (8 months ago)
- Last Synced: 2024-03-19T02:56:44.571Z (8 months ago)
- Topics: javascript, mobile-app, react-native, redux, redux-saga, styled-components
- Language: JavaScript
- Homepage:
- Size: 4.24 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Movie App Teste Técnico
:iphone: Aplicativo para teste técnico na empresa Taki Brasil.
# Instalação
```bash
$ npm install
```## Tecnologias
:white_check_mark: React Native\
:white_check_mark: Styled-components\
:white_check_mark: Redux\
:white_check_mark: Redux Saga\
:white_check_mark: Duck Patterns\
:white_check_mark: React Hooks## Executando a aplicação
```bash
# android
$ npm run android# ios
$ npm run ios
```