{"id":18192922,"url":"https://github.com/itsferdiardiansa/Pokedex","last_synced_at":"2025-08-23T09:31:15.171Z","repository":{"id":260738406,"uuid":"882208292","full_name":"itsferdiardiansa/Pokedex","owner":"itsferdiardiansa","description":"A pokemon discovery and wikis","archived":false,"fork":false,"pushed_at":"2024-11-05T22:05:38.000Z","size":566,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T16:49:08.214Z","etag":null,"topics":["babel","codecov","commitlint","husky","jest","lint-staged","nextjs","react","typescript"],"latest_commit_sha":null,"homepage":"https://pokedex.ferdiardiansa.com","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/itsferdiardiansa.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":"2024-11-02T07:08:40.000Z","updated_at":"2025-01-27T19:03:49.000Z","dependencies_parsed_at":"2024-12-21T06:35:47.878Z","dependency_job_id":null,"html_url":"https://github.com/itsferdiardiansa/Pokedex","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"f53881be4e111b0bfaad6657914899903f726539"},"previous_names":["itsferdiardiansa/hilo","itsferdiardiansa/pokedex"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/itsferdiardiansa/Pokedex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsferdiardiansa%2FPokedex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsferdiardiansa%2FPokedex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsferdiardiansa%2FPokedex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsferdiardiansa%2FPokedex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsferdiardiansa","download_url":"https://codeload.github.com/itsferdiardiansa/Pokedex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsferdiardiansa%2FPokedex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746350,"owners_count":24813559,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["babel","codecov","commitlint","husky","jest","lint-staged","nextjs","react","typescript"],"created_at":"2024-11-03T07:03:49.496Z","updated_at":"2025-08-23T09:31:14.701Z","avatar_url":"https://github.com/itsferdiardiansa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Pokédex App\n\n[![Next.js](https://img.shields.io/badge/Next.js-15.0.2-blue.svg)](https://nextjs.org/)\n[![Styled Components](https://img.shields.io/badge/styled--components-6.1.13-db7093.svg)](https://styled-components.com/)\n[![React](https://img.shields.io/badge/React-19.0.0-informational)](https://react.dev/)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.x-blue.svg)](https://www.typescriptlang.org/)\n[![ESLint](https://img.shields.io/badge/ESLint-8.x-4B32C3.svg)](https://eslint.org/)\n[![Husky](https://img.shields.io/badge/Husky-8.0.0-lightgrey.svg)](https://typicode.github.io/husky/)\n[![Prettier](https://img.shields.io/badge/Prettier-2.6.2-ff69b4.svg)](https://prettier.io/)\n[![PNPM](https://img.shields.io/badge/Package%20Manager-pnpm%409.12.1-F69220)](https://pnpm.io/)\n\nPokédex App is a Next.js-based project leveraging TypeScript, Styled Components, ESLint, Prettier, and Husky. This app provides comprehensive information about various Pokémon in a modern, responsive interface.\n\n## ✨ Features\n\n- **React 19** and **Next.js 15** for fast web application development.\n- **Styled Components** for dynamic styling and CSS templating.\n- **TypeScript** for safer typing.\n- **ESLint** and **Prettier** for code quality assurance.\n- **Husky** for pre-commit linting.\n\n## 🚀 Technology Stack\n\n- **Next.js**\n- **React**\n- **TypeScript**\n- **Styled Components**\n- **Axios** for HTTP requests\n- **Tanstack React Query** for data management\n- **Jest** and **Testing Library** for testing\n\n## 📦 Installation\n\n1. **Clone this repository:**\n   ```bash\n   git clone https://github.com/itsferdiardiansa/pokedex-app.git\n   cd pokedex-app\n   ```\n\n2. **Ensure `pnpm` is installed:**\n   This project uses PNPM as the package manager. If you haven’t installed it yet, run:\n   ```bash\n   npm install -g pnpm\n   ```\n\n3. **Install dependencies:**\n   ```bash\n   pnpm install\n   ```\n\n## 🔨 Scripts\n\n- **Development**: `pnpm dev`\n- **Production Build**: `pnpm build`\n- **Start Application**: `pnpm start`\n- **Linting**: `pnpm lint`\n- **Fix Linting Issues**: `pnpm lint:fix`\n- **Format Code**: `pnpm format`\n- **Check Formatting**: `pnpm format:check`\n- **Testing**: `pnpm test`\n- **Testing with Watch**: `pnpm test:watch`\n- **Type Check**: `pnpm type-check`\n- **Clean Previous Builds**: `pnpm clean`\n- **Validate Code Quality**: `pnpm validate`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsferdiardiansa%2FPokedex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsferdiardiansa%2FPokedex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsferdiardiansa%2FPokedex/lists"}