{"id":21651016,"url":"https://github.com/nunees/ignite-todoapp","last_synced_at":"2026-04-14T19:32:03.155Z","repository":{"id":107448655,"uuid":"499999598","full_name":"nunees/Ignite-todoApp","owner":"nunees","description":"Desafio1 - React Native - Rocketseat","archived":false,"fork":false,"pushed_at":"2022-06-05T18:41:48.000Z","size":886,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T23:47:31.509Z","etag":null,"topics":["android","javascript","react","react-native"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nunees.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-06-05T04:27:46.000Z","updated_at":"2022-12-22T00:20:27.000Z","dependencies_parsed_at":"2023-05-17T12:15:15.943Z","dependency_job_id":null,"html_url":"https://github.com/nunees/Ignite-todoApp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"rocketseat-education/ignite-template-react-native-todos","purl":"pkg:github/nunees/Ignite-todoApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunees%2FIgnite-todoApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunees%2FIgnite-todoApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunees%2FIgnite-todoApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunees%2FIgnite-todoApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nunees","download_url":"https://codeload.github.com/nunees/Ignite-todoApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunees%2FIgnite-todoApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31812968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"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":["android","javascript","react","react-native"],"created_at":"2024-11-25T07:46:24.737Z","updated_at":"2026-04-14T19:32:03.140Z","avatar_url":"https://github.com/nunees.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Desafio 01 - Conceitos do React Native\n\n![React Native](https://img.shields.io/badge/React_Native-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB) ![Javascript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge\u0026logo=javascript\u0026logoColor=black) ![Android](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge\u0026logo=android\u0026logoColor=white)\n\n\n# Sobre o desafio\nO 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.\n\nAs funcionalidades do aplicativo são:\n- Contagem de tarefas\n- Adicionar uma nova tarefa\n- Remover uma tarefa\n- Marcar e desmarcar uma tarefa como concluida\n\n### Como executar\n\nPrimeiro inicie o metro bundler do react native\n```\n$ yarn start\n```\n\nEm seguida inicie o emulador\n```\n$ yarn android\n```\n\nExecute os testes\n```\n$ yarn test\n```\n\n# Instruções\nDocumentação no Notion sobre instruções, design e testes: **[Documentação e Testes](https://www.notion.so/Desafio-01-Conceitos-do-React-Native-424de969f3274ed5b9b49534b288a04d)**\n\n# Aplicação em execução\n\n\n\u003cdiv align=\"left\"\u003e\n\u003ch3\u003eTela inicial \u003c/h3\u003e\n    \u003cimg src=\"assets/docs/1.png\" alt=\"Tela inicial\" width=\"200\"/\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\u003cdiv align=\"left\"\u003e\n\u003ch3\u003eAdicionar tarefa \u003c/h3\u003e\n\u003cimg src=\"assets/docs/2.png\" alt=\"Adicionar tarefa\" width=\"200\"/\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\u003cdiv align=\"left\"\u003e\n\u003ch3\u003eMarcar tarefa como concluida \u003c/h3\u003e\n\u003cimg src=\"assets/docs/4.png\" alt=\"Tarefa realizada\" width=\"200\"/\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\u003cdiv align=\"left\"\u003e\n\u003ch3\u003eRemover tarefa\u003c/h3\u003e\n\u003cimg src=\"assets/docs/5.png\" alt=\"Remover tarefa\" width=\"200\"/\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnunees%2Fignite-todoapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnunees%2Fignite-todoapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnunees%2Fignite-todoapp/lists"}