{"id":21877829,"url":"https://github.com/duducmt/react-native-crud-redux","last_synced_at":"2026-05-08T07:32:38.827Z","repository":{"id":112408379,"uuid":"442317824","full_name":"duduCMT/React-Native-CRUD-Redux","owner":"duduCMT","description":"CRUD simples para estudar os fundamentos de Redux e ContextAPI no React Native.","archived":false,"fork":false,"pushed_at":"2021-12-28T01:41:26.000Z","size":6335,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T07:57:48.262Z","etag":null,"topics":["context-api","react","react-native","react-native-elements","react-navigation","redux","usereducer"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duduCMT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-28T01:37:50.000Z","updated_at":"2021-12-28T01:43:24.000Z","dependencies_parsed_at":"2023-05-14T16:15:14.179Z","dependency_job_id":null,"html_url":"https://github.com/duduCMT/React-Native-CRUD-Redux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/duduCMT/React-Native-CRUD-Redux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duduCMT%2FReact-Native-CRUD-Redux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duduCMT%2FReact-Native-CRUD-Redux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duduCMT%2FReact-Native-CRUD-Redux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duduCMT%2FReact-Native-CRUD-Redux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duduCMT","download_url":"https://codeload.github.com/duduCMT/React-Native-CRUD-Redux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duduCMT%2FReact-Native-CRUD-Redux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32771008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["context-api","react","react-native","react-native-elements","react-navigation","redux","usereducer"],"created_at":"2024-11-28T08:10:38.983Z","updated_at":"2026-05-08T07:32:38.797Z","avatar_url":"https://github.com/duduCMT.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CRUD Redux com Context API - React Native\n[![](https://img.shields.io/badge/version-0.0.1-yellow)](#) \n[![](https://img.shields.io/badge/license-MIT-green)](https://github.com/duduCMT/React-Native-CRUD-Redux/blob/master/LICENSE) \n## 📸 Preview\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/assets/img/preview01.gif\" style=\"height: 420px;\" /\u003e\n\u003c/p\u003e\n\n## 📝 **Descrição**\n\nAplicativo com sistema de CRUD simples usando os fundamentos de Redux e Context API no React Native. Foi testado em aparelhos físicos e virtuais Android e possui suporte para iOS.\n\n## 🚀 **Objetivo**\n\nEsse projeto foi criado com o objetivo de criar um aplicativo simples de cadastro, exibição, edição e remoção de usuários contendo as informações de nome, e-mail e uma URL para a imagem de perfil. Apesar de simples, o projeto cumpre o seu papel de explorar as principais features da [ContextAPI](https://pt-br.reactjs.org/docs/context.html) e do hook [useReducer](https://pt-br.reactjs.org/docs/hooks-reference.html#usereducer) do React. Além disso, foi explorado alguns componentes do [React Native Elements](https://reactnativeelements.com/docs) como o Avatar, Button, FAB, Icon e principalmente o ListItem.\n\n## ✅ Features Funcionais\n- Exibição, Cadastro, Edição e Remoção de Usuários\n- Validação simples dos dados cadastrados usando Regex\n- Preview da imagem na URL passada no formulário\n- Distribuição dos dados usando a ContextAPI\n- Manipulação dos dados fornecidos pelo useReducer\n\n## 📎 Exemplo da estrutura de Dados\n```javascript\n  {\n    id: 1,\n    name: 'Eduardo Costa',\n    email: 'eduardo@email.com',\n    avatarUrl: 'https://avatars.githubusercontent.com/u/38767339?v=4'\n  }\n````\n\n## 📌 Nota importante!\n\nAs imagens utilizadas no projeto foram disponibilizados gratuitamente pelo site [DiverseUI](https://diverseui.com/). As informações mockadas do projeto são meramente ilustrativas.\n\n## 🔎 Teste Você Mesmo\n📌 **Pré requisitos:**\n1. Tenha o repositório baixado em sua máquina.\n2. Tenha o [NodeJS](https://nodejs.org/) instalado em sua máquina\n3. Tenha o [React Native CLI](https://reactnative.dev/docs/environment-setup) instalado em sua máquina junto a um virtual device Android ou iOS.\n\n🚩 **Como Executar:**\n1. Com o terminal aberto no diretório do projeto, execute o comando `npm install` para instalar as dependências.\n2. Para executar o projeto você deve seguir os passos mostrados na documentação do [React Native CLI](https://reactnative.dev/docs/environment-setup). Dependendo do seu sistema operacional e plataforma de execução você deve usar comandos diferentes.\n3. Caso você queira testar no Windows usando um virtual device Android execute o comando: ` npx react-native run-android `. Em outro caso, consulte a documentação no item 1.\n\n## 📸 Preview das Telas\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/assets/img/preview01.png\" style=\"height: 420px; margin-right: 8px\"\u003e\n  \u003cimg src=\".github/assets/img/preview02.png\" style=\"height: 420px; margin-right: 8px\"\u003e\n  \u003cimg src=\".github/assets/img/preview03.png\" style=\"height: 420px;\" /\u003e\n\u003c/p\u003e\n   \n\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduducmt%2Freact-native-crud-redux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduducmt%2Freact-native-crud-redux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduducmt%2Freact-native-crud-redux/lists"}