pokequest-wiki icon indicating copy to clipboard operation
pokequest-wiki copied to clipboard

:closed_book: Pokémon Quest Dex designed for Web / 方可梦图鉴

PokeQuest Wiki

:closed_book: Pokémon Quest Dex designed for Web

Live Version

:rocket: https://pokequest.wiki

Screenshots

Features

  • Full 151 Pokémon data
  • Full 18 Dishes Data
  • Full 283 Moves Data
  • Precise Recipes data
  • Allow to filter Pokémon
    • by types
    • by color
    • by being summonable
  • Allow to filter Moves
    • by type
  • Multiple sorter for various data
  • Complete recipes for each of the Pokémon
  • Multiple languages (currently English and Chinese)
  • Designed for mobile
  • Work offline
  • Fully Static Site
  • Progressive Web App
  • Published on Github Page and Cloudflare

Build Setup

Requires Node.js LTS

# install dependencies
npm install

# serve in dev mode, with hot reload at localhost:8080
npm run dev

# serve in production mode
npm run dev -- --mode production

# build for production
npm run build

# deploy to github page
npm run deploy

Where did the production data come from?

  • Pokémon data
    • https://www.serebii.net/quest/pokemon.shtml
  • Recipe weights
    • https://www.reddit.com/r/PokemonQuest/comments/8uhl5o/pokemon_quest_mobile_datamining/
    • https://docs.google.com/spreadsheets/d/1UTudD9CA-ysSiYNX6iYIBEWmBbvvJiFgUCuZCm3ppWU
  • Cooking assumptions
    • https://www.serebii.net/quest/cooking.shtml
    • https://docs.google.com/spreadsheets/d/11q35WaEXIVnfZwVBEKhjA9PaGNj13K-LJRoYh51YCPs
  • Picture resources
    • https://www.serebii.net/quest/
    • https://pokequestrecipes.me/
    • https://github.com/PokeAPI/sprites

What's not open source?

  • A data generator (with crawlers)
    • https://github.com/imyelo/pokequest-wiki-toolbox/tree/master/packages/joltik
  • Complete production data
    • https://github.com/imyelo/pokequest-wiki-data

License

MIT © yelo 2018-present