{"id":22372263,"url":"https://github.com/tiagom13/pokedex","last_synced_at":"2026-04-13T23:31:47.881Z","repository":{"id":65406213,"uuid":"586235508","full_name":"TiagoM13/pokedex","owner":"TiagoM13","description":"Aplicação em ReactJS, este projeto é uma pokedex do anime de Pokémon, consite na listagem de pokémons.","archived":false,"fork":false,"pushed_at":"2024-02-04T18:43:36.000Z","size":81856,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T17:18:11.243Z","etag":null,"topics":["axios","pagination","phosphor-react","pokeapi","postcss","react-helmet","react-hooks","react-icons","react-loading-skeleton","react-modal","react-test","react-testing-library","reactjs","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://pokedex-tiagom13.vercel.app","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/TiagoM13.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":"2023-01-07T12:28:21.000Z","updated_at":"2023-09-30T00:16:45.000Z","dependencies_parsed_at":"2023-02-12T12:45:50.931Z","dependency_job_id":"a3d50d5f-494d-46da-bcfd-e02085ed1167","html_url":"https://github.com/TiagoM13/pokedex","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/TiagoM13/pokedex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoM13%2Fpokedex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoM13%2Fpokedex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoM13%2Fpokedex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoM13%2Fpokedex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TiagoM13","download_url":"https://codeload.github.com/TiagoM13/pokedex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoM13%2Fpokedex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31775725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"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":["axios","pagination","phosphor-react","pokeapi","postcss","react-helmet","react-hooks","react-icons","react-loading-skeleton","react-modal","react-test","react-testing-library","reactjs","tailwindcss","typescript"],"created_at":"2024-12-04T20:35:41.130Z","updated_at":"2026-04-13T23:31:47.847Z","avatar_url":"https://github.com/TiagoM13.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- # 🚀 Pokedex - React --\u003e\n\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"./src/assets/img/pikachu-2.png\" width=\"400\" /\u003e \u003cbr /\u003e\n  \u003cimg src=\"./src/assets/logo/transferir.png\" width=\"35\" align=\"center\" /\u003e Pokedex - React \n\u003c/h1\u003e\n\nA Pokédex é uma ferramenta essencial para treinadores de Pokémon. Ela é um dispositivo eletrônico que armazena informações detalhadas sobre diferentes espécies de Pokémon encontradas ao longo da jornada. Através da Pokédex, os treinadores podem aprender sobre as características, habilidades e evoluções de cada Pokémon, auxiliando-os na estratégia de batalha e na busca por completar a sua coleção.\n\nEsta aplicação mostra uma listagem de todos os Pokemons, lista suas caracteristicas únicas, detalhando cada Pokémon.\n\n---\n\n## 📷 Demonstração\n\n\u003cdiv\u003e\n  \u003cimg src=\"./src/assets/video/Home-Pokédex-Google-Chrome-2023-07-07-21-59-42.gif\" width=\"100%\" alt=\"Home - Pokedex\" /\u003e\n\u003c/div\u003e\n\n----\n\n## 🔗 Funcionalidades\n\n- Listagem \n- Preview e detalhes de cada Pokémon\n- Paginação \n- Pesquisa \n- Modal de detalhes com guias\n- Imagem com carregamento preguiçoso\n- Busca de dados pela API - PokeApi\n\n---\n\n## 🔖 Rodando localmente\n\nClone o projeto\n\n```bash\n  git clone https://github.com/TiagoM13/pokedex.git\n```\n\nEntre no diretório do projeto\n\n```bash\n  cd pokedex\n```\n\nInstale as dependências\n\n```bash\n  npm install\n```\n\nInicie o servidor\n\n```bash\n  npm run dev\n```\n\n## 🔧 Stack utilizada\n\n- [React](https://react.dev/)\n- [React Hooks](https://react.dev/reference/react)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Talwindcss](https://tailwindcss.com/)\n- [React Helmet](https://www.npmjs.com/package/react-helmet)\n- [Phosphor Icons](https://phosphoricons.com/)\n- [React Icons](https://react-icons.github.io/react-icons/)\n- [React Modal](https://www.npmjs.com/package/react-modal)\n- [React Loading Skeleton](https://www.npmjs.com/package/react-loading-skeleton)\n- [Axios](https://axios-http.com/)\n- [PokeAPI](https://pokeapi.co/) \n\n## 🦸 Autor\n\n\u003cimg style=\"border-radius: 50%;\" src=\"https://avatars.githubusercontent.com/u/79538171?v=4\" width=\"100px;\" alt=\"Tiago Mota\"/\u003e\n\u003cp\u003e\u003cb\u003eTiago Mota\u003c/b\u003e\u003c/p\u003e\n\n[![Twitter Badge](https://img.shields.io/badge/-@tiago_m13-1ca0f1?style=flat-square\u0026labelColor=1ca0f1\u0026logo=twitter\u0026logoColor=white\u0026link=https://twitter.com/tiago_m13)](https://twitter.com/tiago_m13) [![Linkedin Badge](https://img.shields.io/badge/-Tiago-blue?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\u0026link=https://www.linkedin.com/in/tiago-mota-4690591a8/)](https://www.linkedin.com/in/tiago-mota-4690591a8/) \n[![Gmail Badge](https://img.shields.io/badge/-thyagomotha2000@gmail.com-c14438?style=flat-square\u0026logo=Gmail\u0026logoColor=white\u0026link=mailto:thyagomotha2000@gmail.com)](mailto:thyagomotha2000@gmail.com)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagom13%2Fpokedex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiagom13%2Fpokedex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagom13%2Fpokedex/lists"}