https://github.com/nunees/ignite-todoapp
Desafio1 - React Native - Rocketseat
https://github.com/nunees/ignite-todoapp
android javascript react react-native
Last synced: 3 months ago
JSON representation
Desafio1 - React Native - Rocketseat
- Host: GitHub
- URL: https://github.com/nunees/ignite-todoapp
- Owner: nunees
- Created: 2022-06-05T04:27:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T18:41:48.000Z (about 4 years ago)
- Last Synced: 2025-06-10T23:47:31.509Z (about 1 year ago)
- Topics: android, javascript, react, react-native
- Language: TypeScript
- Homepage:
- Size: 865 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desafio 01 - Conceitos do React Native
  
# Sobre o desafio
O objetivo do desafio foi a criação de um aplicativo de gerenciamento de tarefas(To-do app) utilizando os conceitos aprendidos durante as aulas de fundamentos de React Native.
As funcionalidades do aplicativo são:
- Contagem de tarefas
- Adicionar uma nova tarefa
- Remover uma tarefa
- Marcar e desmarcar uma tarefa como concluida
### Como executar
Primeiro inicie o metro bundler do react native
```
$ yarn start
```
Em seguida inicie o emulador
```
$ yarn android
```
Execute os testes
```
$ yarn test
```
# Instruções
Documentação no Notion sobre instruções, design e testes: **[Documentação e Testes](https://www.notion.so/Desafio-01-Conceitos-do-React-Native-424de969f3274ed5b9b49534b288a04d)**
# Aplicação em execução
Tela inicial
Adicionar tarefa
Marcar tarefa como concluida
Remover tarefa