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.
- Host: GitHub
- URL: https://github.com/marcosvel/mylist
- Owner: MarcosVel
- Created: 2023-05-19T19:12:55.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T03:42:08.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T13:55:03.425Z (3 months ago)
- Topics: crud, expo, gesture-handler, react-native, stylesheet
- Language: JavaScript
- Homepage: https://www.figma.com/file/09ddb4wwCrx1w13gsRw5LW/MyList?type=design&node-id=0%3A1&mode=design&t=0jM2SrXiyTRMMIA7-1
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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
![]()