{"id":19705054,"url":"https://github.com/onurhan1337/pokedex","last_synced_at":"2026-03-06T08:01:47.293Z","repository":{"id":195144761,"uuid":"692339262","full_name":"onurhan1337/pokedex","owner":"onurhan1337","description":"Pokedex web app for learn useSWR","archived":false,"fork":false,"pushed_at":"2024-07-06T15:08:42.000Z","size":242,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-04T16:46:37.005Z","etag":null,"topics":["jest","nextjs","nextjs13","pokedex","pokedex-api","swr","tailwindcss","typescript","useswr","vercel"],"latest_commit_sha":null,"homepage":"https://pokedex-onurhan.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/onurhan1337.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-09-16T07:11:50.000Z","updated_at":"2024-07-06T15:08:45.000Z","dependencies_parsed_at":"2024-07-06T16:27:25.393Z","dependency_job_id":"cf88da80-cf61-41d2-bff2-bcc3b4942bb9","html_url":"https://github.com/onurhan1337/pokedex","commit_stats":null,"previous_names":["onurhan1337/pokedex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/onurhan1337/pokedex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurhan1337%2Fpokedex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurhan1337%2Fpokedex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurhan1337%2Fpokedex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurhan1337%2Fpokedex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onurhan1337","download_url":"https://codeload.github.com/onurhan1337/pokedex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurhan1337%2Fpokedex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30166859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["jest","nextjs","nextjs13","pokedex","pokedex-api","swr","tailwindcss","typescript","useswr","vercel"],"created_at":"2024-11-11T21:25:52.260Z","updated_at":"2026-03-06T08:01:47.269Z","avatar_url":"https://github.com/onurhan1337.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pokedex app\n\nPokedex web app for learn useSWR\n\n- **Framework**: [Next.js](https://nextjs.org/)\n- **API** [Pokeapi](https://pokeapi.co/docs/v2)\n- **Fetching** [SWR](https://swr.vercel.app/)\n- **Deployment** [Vercel](https://vercel.com/)\n- **Styling**: [Tailwind CSS](https://tailwindcss.com/) \u0026 [shadcn/ui](https://ui.shadcn.com/)\n\n## TODO\n\n- [ X ] ~~Add pagination for main page~~\n- [ X ] ~~Move usePokemon hook to custom hooks file~~\n- [ X ] ~~Add @shadcn-ui/skeleton for loading states~~\n- [ X ] ~~Add search by name filtering for main page~~\n- [ X ] ~~Improve error handling and utils functions~~\n- [ X ] ~~break down the individual components of the Pokemon detail page~~\n\n## Overview\n\n- `__tests__/*` - All tests contains here.\n- `components/` - All components.\n- `components/ui` - Primitive components.\n- `types/`- Contains all types and interfaces.\n- `lib/`- Contains metadata and util functions.\n- `app/*` - All other static pages.\n- `app/pokemon/*` - Dynamic pokemon detail pages.\n\n## Demo\n\n```bash\nhttps://pokedex-beta-three-39.vercel.app/\n```\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm 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 `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonurhan1337%2Fpokedex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonurhan1337%2Fpokedex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonurhan1337%2Fpokedex/lists"}