Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateuschaves/todo-react-native
📄 ✅ Todo feito em React Native usando Typescript, Expo e testes unitários
https://github.com/mateuschaves/todo-react-native
react-native typescript unit-testing
Last synced: about 4 hours ago
JSON representation
📄 ✅ Todo feito em React Native usando Typescript, Expo e testes unitários
- Host: GitHub
- URL: https://github.com/mateuschaves/todo-react-native
- Owner: mateuschaves
- Created: 2023-04-15T09:04:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-26T11:06:41.000Z (over 1 year ago)
- Last Synced: 2024-11-17T14:12:18.326Z (about 4 hours ago)
- Topics: react-native, typescript, unit-testing
- Language: TypeScript
- Homepage:
- Size: 4.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Todo React Native
Este projeto é um exemplo de um Todo feito em react native usando Expo, Typescript e Testes Unitários.
## Requisitos
[Node.js](https://nodejs.org/en) (versão 16.10 ou superior)
[TypeScript](https://www.typescriptlang.org/) (versão 5 ou superior)
[Expo](https://docs.expo.dev/get-started/installation/) (SDK 48 ou superior)
## Instalação
1. Clone o repositório: `git clone https://github.com/mateuschaves/todo-native.git`
2. Instale as dependências: `npm install`## Uso
Para iniciar o servidor, utilize o seguinte comando:
```bash
npm run start
```## Testes
Para executar os testes digite, utilize o seguinte comando:
```bash
npm run test
```Para iniciar o aplicativo no emulador pressione `A` no terminal para Android ou `I` para IOS
## Contribuição
1. Faça o fork do projeto
2. Crie sua feature branch (`git checkout -b feature/nome-da-feature`)
3. Commit suas mudanças (`git commit -am 'Adicionando nova feature'`)
4. Faça o push para o branch (`git push origin feature/nome-da-feature`)
5. Crie um novo Pull Request## Licença
MIT