{"id":24904662,"url":"https://github.com/mayromyller/teste-pl-react-native","last_synced_at":"2026-05-08T14:06:37.629Z","repository":{"id":248191345,"uuid":"827069595","full_name":"mayromyller/teste-pl-react-native","owner":"mayromyller","description":"Teste desenvolvedor React Native Pleno - Guató Digital","archived":false,"fork":false,"pushed_at":"2024-07-15T15:09:45.000Z","size":1873,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T21:16:24.730Z","etag":null,"topics":["expo","react-native","typescript"],"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/mayromyller.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":"2024-07-11T00:58:23.000Z","updated_at":"2024-07-15T15:09:48.000Z","dependencies_parsed_at":"2024-07-15T18:08:17.055Z","dependency_job_id":"37148105-bffc-480e-a5cf-4f9d2ca0071c","html_url":"https://github.com/mayromyller/teste-pl-react-native","commit_stats":null,"previous_names":["mayromyller/teste-pl-react-native"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mayromyller/teste-pl-react-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayromyller%2Fteste-pl-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayromyller%2Fteste-pl-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayromyller%2Fteste-pl-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayromyller%2Fteste-pl-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mayromyller","download_url":"https://codeload.github.com/mayromyller/teste-pl-react-native/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayromyller%2Fteste-pl-react-native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273423944,"owners_count":25103145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["expo","react-native","typescript"],"created_at":"2025-02-01T23:39:28.065Z","updated_at":"2026-05-08T14:06:32.591Z","avatar_url":"https://github.com/mayromyller.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Teste Prático (Vaga Mobile PL 1) – Guató Digital\n\nProjeto React Native, desenvolvido com framework Expo, para teste prático para vaga de mobile de PL Guató Digital.\n\n\u003cimg src=\"./@docs/screenshot.png\" alt=\"screenshot\" /\u003e\n\n## Pré-requisitos\n\nAntes de começar, você precisa ter instalado em sua máquina:\n\n- Node.js (versão 18.x)\n- Ambiente de desenvolvimento [React Native](https://react-native.rocketseat.dev/)\n\n## Instalação\n\nSiga os passos abaixo para instalar e configurar o projeto em sua máquina local.\n\n1. **Clone o repositório**\n   ```bash\n   git clone https://github.com/mayromyller/teste-pl-react-native.git\n   ```\n2. **Navegue até o diretório do projeto**\n   ```bash\n   cd teste-pl-react-native\n   ```\n3. **Instale as dependências**\n   ```bash\n   npm install\n   ```\n   ou, caso utilize `yarn`:\n   ```bash\n   yarn install\n   ```\n\n## Executando o Projeto\n\nPara iniciar o servidor local, execute o seguinte comando:\n\n```bash\nyarn start\n```\n\nUtilizando aplicativo [Expo Go](https://play.google.com/store/apps/details?id=host.exp.exponent\u0026hl=pt_BR), escaneie o QRCode para executar o projeto.\n\n## Uso\n\nDemonstração de uso do aplicativo:\n\nhttps://github.com/user-attachments/assets/8ec12c64-c8fb-4f28-9e0d-c3169f4ba1e7\n\n## Tecnologias\n\nDentre as tecnologias utilizadas, destaco:\n\n- Typescript\n- Styled Components\n- React Native\n- Expo\n- React Navigation\n- Axios\n\n## Detalhes\n\nA aplicação está integrada à API pública do Random User Generator, disponível em [https://randomuser.me/](https://randomuser.me/). As requisições são realizadas utilizando a biblioteca [Axios](https://github.com/axios/axios). Ao abrir a aplicação, são carregados automaticamente os detalhes do usuário, como endereço. Ao abrir o menu lateral (Drawer), é possível visualizar a imagem do usuário, que também é carregada via API. Clicando na imagem, é possível acessar os detalhes completos do perfil do usuário.\n\nNa tela de perfil, são exibidas informações como nome, data de nascimento, endereço, telefone e email. Como a API do Random User gera dados aleatórios a cada solicitação, é possível visualizar diferentes perfis ao navegar pelo aplicativo, proporcionando uma experiência dinâmica e variada.\n\n## Contato\n\n- [Linkedin - Mayro Myller](https://www.linkedin.com/in/mayromyller/)\n- Email: mayro.mmdev@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayromyller%2Fteste-pl-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayromyller%2Fteste-pl-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayromyller%2Fteste-pl-react-native/lists"}