📕 Pokémon Quest Dex designed for Web
- 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
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
- Pokémon data
- Recipe weights
- Cooking assumptions
- Picture resources
- A data generator (with crawlers)
- Complete production data
MIT © yelo 2018-present