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: 5 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T12:00:47.000Z (over 1 year ago)
- Last Synced: 2025-07-13T21:32:10.218Z (about 1 year ago)
- Topics: javascript, mobile-app, react-native, redux, redux-saga, styled-components
- Language: JavaScript
- Homepage:
- Size: 1.55 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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
```