afiiif
pokemon-world
TypeScript

The official pokemon website is not that cool? Here is the alternative ๐Ÿ˜‰

Last updated Jun 9, 2026
189
Stars
41
Forks
5
Issues
0
Stars/day
Attention Score
6
Language breakdown
No language data available.
โ–ธ Files click to expand
README

Pokemon Awesome

Pokemon Awesome thumbnail

Pokemon Data

All Pokemon data used in this project comes from PokeAPI GraphQL Beta. Playground: https://beta.pokeapi.co/graphql/console/

All Pokemon images (artwork) comes from https://github.com/PokeAPI/sprites

Getting Started

  • Install dependencies using yarn install.
  • Prepare environment variables (.env.local), refer to .env.example file.
  • Prepare data using yarn prepare-data.
  • Run development server using yarn dev.
For production, use this script: yarn build && yarn start

Quality Check

  • Prettier check: yarn format
  • ESLint check: yarn lint
  • TypeScript check: yarn lint:types
  • End-to-end test check: yarn test:e2e

Misc.

This project is using [Next.js [TypeScript] + Tailwind CSS Starter Template](https://github.com/afiiif/nextjs-ts-starter-template). The starter template contains:

  • โšก๏ธ Next.js 12
  • โš›๏ธ React 18
  • ๐ŸŽ Tailwind CSS 3
  • ๐Ÿช„ Prettier โ€” Format your code automatically, this will also run on save
  • ๐Ÿงผ ESLint โ€” Find & fix problems in your code, and auto sort your imports
  • ๐Ÿถ Husky & Lint Staged โ€” Check & fix code when commit, block commit if bad code detected
  • ๐Ÿ“œ Commit Lint โ€” Make sure the commit message follows the conventional commit
  • โš™๏ธ Github Actions โ€” Check your code on push & pull-request
  • ๐Ÿค– Dependabot โ€” Create pull-request to update your dependencies
  • ๐Ÿ”— Absolute Import โ€” Import modules using @/ prefix
  • ๐Ÿ’Ÿ React Icons โ€” Include popular icons in your React projects easily
  • ๐ŸŒŸ React Power-Ups โ€” Collection of React hooks to speed-up your app development

ยฉ 2026 GitRepoTrend ยท afiiif/pokemon-world ยท Updated daily from GitHub