Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wallysongalvao/epoca-challenge
https://github.com/wallysongalvao/epoca-challenge
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/wallysongalvao/epoca-challenge
- Owner: WallysonGalvao
- Created: 2020-07-23T03:38:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T22:11:47.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T13:12:22.008Z (over 1 year ago)
- Language: TypeScript
- Size: 6.66 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🚀 Análise Sentimental
Projeto   |  Â
Layout   |  Â
Tecnologias   |  Â
Executando   |  Â
Licença
## 💻 Projeto
Esse desafio faz parte do processo seletivo da **[Época Cosméticos](https://www.epocacosmeticos.com.br/)**, com foco em React Native. Trata-se de um aplicativo de análise sentimental utilizando a API do Google Natural Language.
## 🎨 Layout
## :rocket: Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- [Typescript](https://www.typescriptlang.org/)
- [React Native](https://reactnative.dev/)
- [Twitter API](https://developer.twitter.com/en)
- [Google Natural Language API](https://cloud.google.com/natural-language)
- [Styled-components](https://www.styled-components.com/)\* Para mais detalhes, veja o [package.json](./package.json)
## :notebook: Executando
### Pré-requisitos
É necessário que um simulador android/ios esteja rodando, ou um aparelho fisico.
Obs: Não testei no iOS por motivos de: não tenho Mac.
```bash
# Clone este repositório
$ git clone https://github.com/WallysonGalvao/epoca-challenge.git# Acesse a pasta do projeto no seu terminal/cmd
$ cd epoca-challenge# Instale as dependências
$ yarn install# Execute a aplicação
$ yarn android ou yarn ios
```Se desejar, pode rodar os testes do projeto:
```bash
$ yarn test
```---
Feito com horas em frente ao :computer: por [Wallyson Galvão](https://www.linkedin.com/in/wallyson-galvao/)