Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Todo React Native


App demonstration

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