{"id":18603652,"url":"https://github.com/gafischer/react-native-crud","last_synced_at":"2026-04-28T18:04:21.333Z","repository":{"id":186621382,"uuid":"577427624","full_name":"gafischer/react-native-crud","owner":"gafischer","description":"Simple React-Native CRUD with WatermelonDB","archived":false,"fork":false,"pushed_at":"2022-12-22T03:08:06.000Z","size":440,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-16T18:43:55.675Z","etag":null,"topics":["crud","mobile","offline","react-native","watermelon"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/gafischer.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}},"created_at":"2022-12-12T18:01:45.000Z","updated_at":"2022-12-21T02:02:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"51d2305e-c846-49be-97da-618e833d843d","html_url":"https://github.com/gafischer/react-native-crud","commit_stats":null,"previous_names":["gafischer/react-native-crud"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gafischer/react-native-crud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gafischer%2Freact-native-crud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gafischer%2Freact-native-crud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gafischer%2Freact-native-crud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gafischer%2Freact-native-crud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gafischer","download_url":"https://codeload.github.com/gafischer/react-native-crud/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gafischer%2Freact-native-crud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"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":["crud","mobile","offline","react-native","watermelon"],"created_at":"2024-11-07T02:14:59.908Z","updated_at":"2026-04-28T18:04:21.317Z","avatar_url":"https://github.com/gafischer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React-Native CRUD\n[![NPM](https://img.shields.io/npm/l/react-native)](https://github.com/gafischer/react-native-crud/blob/main/LICENSE) \n\n# Sobre o projeto\n\nEsta aplicação foi desenvolvida com finalidade de estudo. A ideia é aplicar os conceitos básicos de escrita/leitura em banco de dados utilizando React-Native, e também adquirir conhecimento sobre desenvolvimento mobile.\n\nA aplicação consiste em realizar/manipular o cadastro de usuários contendo nome, email e github.\n\n## Layout\n\u003cimg src=\"https://github.com/gafischer/assets/blob/main/react-native-crud/mobile-layout/dark-mode/user-list.png\" alt=\"Tela Inicial Tema Escuro\" width=\"148\"/\u003e \u003cimg src=\"https://github.com/gafischer/assets/blob/main/react-native-crud/mobile-layout/dark-mode/add-user.png\" alt=\"Inserir Usuário Tema Escuro\" width=\"148\"/\u003e \u003cimg src=\"https://github.com/gafischer/assets/blob/main/react-native-crud/mobile-layout/dark-mode/edit-user.png\" alt=\"Editar Usuário Tema Escuro\" width=\"148\"/\u003e \u003cimg src=\"https://github.com/gafischer/assets/blob/main/react-native-crud/mobile-layout/dark-mode/delete-user.png\" alt=\"Excluir Usuário Tema Escuro\" width=\"148\"/\u003e \n\u003cimg src=\"https://github.com/gafischer/assets/blob/main/react-native-crud/mobile-layout/dark-mode/settings.png\" alt=\"Configurações Tema Escuro\" width=\"148\"/\u003e \n\n\u003cimg src=\"https://github.com/gafischer/assets/blob/main/react-native-crud/mobile-layout/light-mode/user-list.png\" alt=\"Tela Inicial Tema Claro\" width=\"148\"/\u003e \u003cimg src=\"https://github.com/gafischer/assets/blob/main/react-native-crud/mobile-layout/light-mode/add-user.png\" alt=\"Inserir Usuário Tema Claro\" width=\"148\"/\u003e \u003cimg src=\"https://github.com/gafischer/assets/blob/main/react-native-crud/mobile-layout/light-mode/edit-user.png\" alt=\"Editar Usuário Tema Claro\" width=\"148\"/\u003e \u003cimg src=\"https://github.com/gafischer/assets/blob/main/react-native-crud/mobile-layout/light-mode/delete-user.png\" alt=\"Excluir Usuário Tema Claro\" width=\"148\"/\u003e \n\u003cimg src=\"https://github.com/gafischer/assets/blob/main/react-native-crud/mobile-layout/light-mode/settings.png\" alt=\"Configurações Tema Claro\" width=\"148\"/\u003e \n\n# Tecnologias utilizadas\n## Front end\n- TypeScript / CSS / JS\n- React Native\n- Styled Components\n- WatermelonDB\n- React Navigation\n- Expo\n\n# Features\n- Cadastro, inserção, edição e remoção de dados utilizando WatermelonDB\n- Modo escuro\n\n# Como executar o projeto\n## Front end web\nPré-requisitos: npm / yarn\n\n```bash\n# clonar repositório\nhttps://github.com/gafischer/react-native-crud\n\n# entrar na pasta do projeto\ncd react-native-crud\n\n# instalar dependências\nyarn\n\n# executar o projeto\nnpx expo run:android\n# ou\nnpx expo run:ios\n```\n\n# Autor\n\nGabriel Fischer Schroeder\n\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/ga-fischer/) \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgafischer%2Freact-native-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgafischer%2Freact-native-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgafischer%2Freact-native-crud/lists"}