{"id":24465768,"url":"https://github.com/andersonsrocha/pokedex","last_synced_at":"2026-02-27T22:11:56.031Z","repository":{"id":61214648,"uuid":"548648453","full_name":"andersonsrocha/pokedex","owner":"andersonsrocha","description":"📖 Pokédex for listing pokemons","archived":false,"fork":false,"pushed_at":"2023-01-10T01:37:38.000Z","size":586,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-06T22:56:12.564Z","etag":null,"topics":["pokedex","pokemon","radix-ui","tailwind","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://pokedex-andersonsrocha.vercel.app","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/andersonsrocha.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}},"created_at":"2022-10-10T01:03:03.000Z","updated_at":"2024-03-07T21:55:39.000Z","dependencies_parsed_at":"2023-02-08T16:31:40.173Z","dependency_job_id":null,"html_url":"https://github.com/andersonsrocha/pokedex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andersonsrocha/pokedex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersonsrocha%2Fpokedex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersonsrocha%2Fpokedex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersonsrocha%2Fpokedex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersonsrocha%2Fpokedex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andersonsrocha","download_url":"https://codeload.github.com/andersonsrocha/pokedex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersonsrocha%2Fpokedex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29917222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"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":["pokedex","pokemon","radix-ui","tailwind","tailwindcss","typescript"],"created_at":"2025-01-21T06:12:50.519Z","updated_at":"2026-02-27T22:11:56.006Z","avatar_url":"https://github.com/andersonsrocha.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n💻 Pokédex\n\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nPokédex created with ReactJS + TypeScript, using vite as boilerplate and tailwind CSS as customization library.\nTailwind is used to manipulate the page's css and customize the \u003ca href=\"https://www.radix-ui.com\"\u003eRadix UI\u003c/a\u003e components,\nthe \u003ca href=\"https://icons.radix-ui.com\"\u003eRadix UI Icons\u003c/a\u003e library is used to compose some of the basic screen icons and\n\u003ca href=\"https://pokeapi.co\"\u003ePokeApi\u003c/a\u003e as the api for data consumption.\n\n![](https://img.shields.io/badge/release-v1.0.0-52a49a)\n![](https://img.shields.io/badge/yarn-%3E%3D%201.22.19-blue)\n![](https://img.shields.io/badge/node-%3E%3D%2018.9.0-green)\n\n  \u003cimg src=\"public/screenshot.png\" alt=\"screenshot\" width=\"550\"/\u003e\n  \u003cbr /\u003e\n  \u003cbr /\u003e\n\u003c/div\u003e\n\n\u003ch2\u003e🗒️ Index\u003c/h2\u003e\n\n- [🚀 Technologies](#-technologies)\n- [✨ Features](#-features)\n- [📦 Install](#-install)\n- [🔨 Build](#-build)\n- [🔍 Preview](#-preview)\n- [⭐ Credits](#-credits)\n- [🔗 Links](#-links)\n- [📝 License](#-license)\n\n## 🚀 Technologies\n\n- 🔩 React\n- 💡 TypeScript\n- ⚡ Vite\n- 🌈 Tailwind CSS\n- 🔥 PokéApi\n\n## ✨ Features\n\n- 🔎 Search pokemon by name\n- 📱 Responsiveness\n- 📄 Pagination\n- ✨ Shape change\n- 👁️‍🗨️ Icon change\n\n## 📦 Install\n\n📝 Install the dependencies and **start** the project\n\n```bash\nyarn install\nyarn run dev\n```\n\n## 🔨 Build\n\n📝 **Build** the application for **production**\n\n```bash\nyarn run build\n```\n\n## 🔍 Preview\n\n📝 Preview the build\n\n```bash\nyarn run preview\n```\n\n## ⭐ Credits\n\n- [Loading](https://codepen.io/tiffachoo/pen/WNxEJZP)\n\n## 🔗 Links\n\n- [Vite](https://vitejs.dev/)\n- [Github](https://github.com/andersonsrocha)\n- [LinkedIn](https://www.linkedin.com/in/anderson-silva-a40926192)\n\n## 📝 License\n\nThis project is under the MIT license. See the [LICENSE](LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersonsrocha%2Fpokedex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandersonsrocha%2Fpokedex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersonsrocha%2Fpokedex/lists"}