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

https://github.com/marcosvel/mylist

CRUD Task App to teach about components, styles, hooks, state management, organization and best practices with React Native.
https://github.com/marcosvel/mylist

crud expo gesture-handler react-native stylesheet

Last synced: about 1 month ago
JSON representation

CRUD Task App to teach about components, styles, hooks, state management, organization and best practices with React Native.

Awesome Lists containing this project

README

        

![mylistlogo](https://github.com/MarcosVel/myList/assets/62637265/6efaf4c5-553b-4f4c-83ec-e391840513d6)

# MyList

Aplicativo para registro de tarefas.

#### Tópicos abordados

- CRUD: Funcionalidades para criar, ler, atualizar e excluir tarefas.
- Componentes e estilos: Componentes básicos do React Native e estilização para criar interfaces.
- Hooks e States: Entendimento dos hooks, como o useState, podendo ser utilizados para gerenciar o estado do aplicativo e tornar a interface interativa.
- Organização e boas práticas: Como organizar os arquivos e quais boas práticas de desenvolvimento seguir.

## Instalação

Clone o projeto em sua máquina

```bash
git clone https://github.com/MarcosVel/myList.git
```

Instale as dependências

```bash
yarn
```

Rode o projeto

```bash
npx expo start
```

## Screenshots