Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabriel-jesusvix/weather-app-react-native
Application for learn test and dependecies. App using api openweathermap and Jest, React native testing library 📱
https://github.com/gabriel-jesusvix/weather-app-react-native
jest react-library-testting react-native typescript
Last synced: 1 day ago
JSON representation
Application for learn test and dependecies. App using api openweathermap and Jest, React native testing library 📱
- Host: GitHub
- URL: https://github.com/gabriel-jesusvix/weather-app-react-native
- Owner: Gabriel-Jesusvix
- Created: 2023-12-05T17:59:02.000Z (12 months ago)
- Default Branch: develop
- Last Pushed: 2023-12-11T21:25:12.000Z (11 months ago)
- Last Synced: 2024-04-18T09:35:44.208Z (7 months ago)
- Topics: jest, react-library-testting, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 38.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Weather App
Este é um aplicativo feito em React Native e TypeScript para fornecer informações meteorológicas com base na pesquisa do usuário.
## Funcionalidades | Functionalities
Portugues
- Pesquisa de informações meteorológicas de diferentes localizações.
- Exibição de dados precisos sobre o clima.
- Integração com API de previsão do tempo.
English
- Search weather information from different locations.
- Display of accurate weather data..
- Integração com API de previsão do tempo.
- Integration with weather forecast API.Ó
## Instalação | Install
Para executar o projeto localmente, siga estas etapas:
- To run the project locally, follow these steps:1. **Clonar o repositório:**
```bash
git clone https://github.com/seu-usuario/weather.git
cd weather
npm install
expo start```
## Testes | Test
- O projeto contém testes unitários, testes de componentes, mocks, testes de hooks, cobertura de código e testes de integração. Para executar os testes, utilize o seguinte comando:
- The project contains unit tests, component tests, mocks, hook tests, code coverage and integration tests. To run the tests, use the following command:
```bash
npm test```
## Contribuição | Contribution
Contributions are welcome! Feel free to open a pull request to propose improvements, bug fixes or new features.
Contribuições são bem-vindas! Sinta-se à vontade para abrir um pull request para propor melhorias, correções de bugs ou novas funcionalidades.## Autores | Author
Gabriel Jesus (@gabriel_jesus.vix)## ScreenShoot