{"id":19741868,"url":"https://github.com/rafa-kozand/ignite_react.js_challenge_08","last_synced_at":"2026-04-09T22:32:14.234Z","repository":{"id":117404846,"uuid":"585724944","full_name":"Rafa-KozAnd/Ignite_React.js_Challenge_08","owner":"Rafa-KozAnd","description":"React JS challenge done with 'Rocketseat' Ignite course. (\"Desafio: Otimizando a aplicação\")","archived":false,"fork":false,"pushed_at":"2023-04-24T20:37:02.000Z","size":87,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-10T20:17:12.240Z","etag":null,"topics":["ignite","ignite-reactjs","ignite-rocketseat","javascript","reactjs","rocketseat","scss","typescript"],"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/Rafa-KozAnd.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":"2023-01-05T22:56:16.000Z","updated_at":"2023-01-12T16:09:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"2366438d-c0b2-468a-afdf-a9ae58d54977","html_url":"https://github.com/Rafa-KozAnd/Ignite_React.js_Challenge_08","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"rocketseat-education/ignite-template-otimizando-a-aplicacao","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rafa-KozAnd%2FIgnite_React.js_Challenge_08","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rafa-KozAnd%2FIgnite_React.js_Challenge_08/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rafa-KozAnd%2FIgnite_React.js_Challenge_08/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rafa-KozAnd%2FIgnite_React.js_Challenge_08/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rafa-KozAnd","download_url":"https://codeload.github.com/Rafa-KozAnd/Ignite_React.js_Challenge_08/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241072426,"owners_count":19904764,"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":["ignite","ignite-reactjs","ignite-rocketseat","javascript","reactjs","rocketseat","scss","typescript"],"created_at":"2024-11-12T01:28:15.527Z","updated_at":"2025-11-22T22:02:00.489Z","avatar_url":"https://github.com/Rafa-KozAnd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"http://img.shields.io/static/v1?label=STATUS\u0026message=Concluded\u0026color=blue\u0026style=flat\"/\u003e\n  \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/Rafa-KozAnd/Ignite_React.js_Challenge_08\"\u003e\n  \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/top/Rafa-KozAnd/Ignite_React.js_Challenge_08\"\u003e\n  \u003cimg alt=\"GitHub repo file count\" src=\"https://img.shields.io/github/directory-file-count/Rafa-KozAnd/Ignite_React.js_Challenge_08\"\u003e\n  \u003cimg alt=\"GitHub repo size\" src=\"https://img.shields.io/github/repo-size/Rafa-KozAnd/Ignite_React.js_Challenge_08\"\u003e\n  \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/license/Rafa-KozAnd/Ignite_React.js_Challenge_08\"\u003e\n\u003c/p\u003e\n\n# Ignite_React.js_Challenge_08\n\nReact JS challenge done with 'Rocketseat' Ignite course. (\"Desafio: Otimizando a aplicação\")\n\n## 💻 Sobre o desafio\n\nNesse desafio você deverá performar uma aplicação React utilizando das ferramentas e dicas aprendidas durante o módulo **Performando apps com ReactJS**.\n\nSe você fez o desafio opcional [Componentizando a aplicação](https://www.notion.so/Desafio-02-Componentizando-a-aplica-o-b9f0f025c95b437699d0c3115f55b0f1) deve lembrar que se trata de uma aplicação que exibe uma listagem de filmes por categoria com base na categoria selecionada e que esses dados vem de uma API (fake API com JSON Server).\n\nCom essa aplicação componentizada, você deve aplicar os conceitos de performance no React para melhorar esse app.\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.\n\n[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.\n\n##\n![video](https://user-images.githubusercontent.com/70545003/234110879-c218249d-5b99-45ec-9bc5-69fe26f18879.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafa-kozand%2Fignite_react.js_challenge_08","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafa-kozand%2Fignite_react.js_challenge_08","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafa-kozand%2Fignite_react.js_challenge_08/lists"}