Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wallysongalvao/epoca-challenge


https://github.com/wallysongalvao/epoca-challenge

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        



epoca


🚀 Análise Sentimental


GitHub language count

Repository size


GitHub last commit


Repository issues

License


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


Aplicativo Análise Sentimental

## :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/)