{"id":19439913,"url":"https://github.com/vs0uz4/aceleradev_spa_contacts_react","last_synced_at":"2026-04-13T00:10:36.683Z","repository":{"id":67300454,"uuid":"261585795","full_name":"vs0uz4/aceleradev_spa_contacts_react","owner":"vs0uz4","description":"SPA - App de Contatos em ReactJS","archived":false,"fork":false,"pushed_at":"2020-05-16T15:45:05.000Z","size":4766,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-07T21:43:01.504Z","etag":null,"topics":["api-client","codenation","nodejs","reactjs"],"latest_commit_sha":null,"homepage":"https://contacts.vsouza.rio.br/","language":"JavaScript","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/vs0uz4.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":"2020-05-05T21:21:25.000Z","updated_at":"2020-05-18T01:16:03.000Z","dependencies_parsed_at":"2023-06-10T17:15:24.404Z","dependency_job_id":null,"html_url":"https://github.com/vs0uz4/aceleradev_spa_contacts_react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vs0uz4%2Faceleradev_spa_contacts_react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vs0uz4%2Faceleradev_spa_contacts_react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vs0uz4%2Faceleradev_spa_contacts_react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vs0uz4%2Faceleradev_spa_contacts_react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vs0uz4","download_url":"https://codeload.github.com/vs0uz4/aceleradev_spa_contacts_react/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240620713,"owners_count":19830410,"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","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":["api-client","codenation","nodejs","reactjs"],"created_at":"2024-11-10T15:27:17.909Z","updated_at":"2026-04-13T00:10:36.649Z","avatar_url":"https://github.com/vs0uz4.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"screesnhot\" width=\"200\" src=\"./docs/logo.svg\" /\u003e\n  \n  \u003ch1 align=\"center\"\u003e\n    SPA: App de Contatos\n  \u003c/h1\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Netlify Status\" src=\"https://img.shields.io/netlify/58ab4f28-bf66-41aa-b0e0-81e0046f44fa\"\u003e\n\n  \u003cimg alt=\"GitHub Language Count\" src=\"https://img.shields.io/github/languages/count/vs0uz4/aceleradev_spa_contacts_react\"\u003e\n\n  \u003cimg alt=\"Repository Size\" src=\"https://img.shields.io/github/repo-size/vs0uz4/aceleradev_spa_contacts_react\"\u003e\n\n  \u003cimg alt=\"GitHub All Releases\" src=\"https://img.shields.io/github/downloads/vs0uz4/aceleradev_spa_contacts_react/total\"\u003e\n  \n  \u003ca href=\"https://github.com/vs0uz4/aceleradev_spa_contacts_react/commits/master\"\u003e\n    \u003cimg alt=\"GitHub Last Commit\" src=\"https://img.shields.io/github/last-commit/vs0uz4/aceleradev_spa_contacts_react\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/vs0uz4/aceleradev_spa_contacts_react/issues\"\u003e\n    \u003cimg alt=\"Repository Issues\" src=\"https://img.shields.io/github/issues/vs0uz4/aceleradev_spa_contacts_react\"\u003e\n  \u003c/a\u003e\n\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-brightgreen\"\u003e\n\u003c/p\u003e\n\n## Objetivo:\nO desafio é desenvolver um *SPA (Single Page Application)* de uma lista de contatos em **React** com as seguintes funcionalidades:\n\n-  Consumir os dados de contato através de uma API Rest, usando a *Fetch API* do Javascript.\n-  Busca de um contato aplicando filtro em **tempo real**.\n-  Aplicar filtros de ordenação por *Nome*, *País*, *Empresa*, *Departamento* e *Data de Admissão*.\n\n### API de Contatos:\n\nGET: *https://5e82ac6c78337f00160ae496.mockapi.io/api/v1/contacts*\n\n### Requisitos - Parte 2:\n\n- Crie os *estados* do SPA.\n- Consuma a *API de contatos* no *ciclo de vida correto* do componente.\n- Implemente a **busca** para filtrar os contatos em tempo real.\n- Implemente os filtros de ordenação por *Nome*, *País*, *Empresa*, *Departamento* e *Data de Admissão*.\n\n### Dicas:\n\n- Tudo pode ser resolvido em um único componente.\n- O *estado* será mais complexo, ou seja, será um objeto com múltiplas *propriedades*.\n\n### Iniciar o projeto:\n\n- Instale as dependências do projeto com o comando *yarn install* ou *npm install*.\n- Inicie o projeto com comando *yarn start* ou *npm start* / *npm run start*.\n\n**Preview:**\n\n[Contacts SPA](https://vimeo.com/414869096/55f4293a68)\n\n## Tópicos:\n\nNeste desafio você vai praticar os seus conhecimentos em:\n\n- **React**\n- **React - Ciclo de vida de componentes**\n- **Modularização**\n- **Fetch API**\n- **JS:** *Array.map*, *Array.filter*, *Array.reduce*, *Array.find*, *Array.sort*\n\n## Requisitos:\n\n* **[Node v13.8.0](https://nodejs.org/en/)** - ou superior, instalado em seu computador.\n* **[Create React App](https://github.com/facebook/create-react-app)**\n\n## Screenshot de Referência\n\n![](https://codenation-challenges.s3-us-west-1.amazonaws.com/react-14/screenshot.png)\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvs0uz4%2Faceleradev_spa_contacts_react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvs0uz4%2Faceleradev_spa_contacts_react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvs0uz4%2Faceleradev_spa_contacts_react/lists"}