This is a web app for query Pokemon's moves in Pokemon GO PvP battle.
- You could use
pokedex
,pokemon name(en/中)
in input, and click button to query pokemon data. - fast moves: power, energy, truns, DPT, EPT
- charged moves: power, energy, DPE
- move pairs: TTFA(time to first activation), total damage, DPT
and you could sort different columns.
In the History part, you could quickly switch to the previous pokemon.
And you could share the query history with friends.
like this:
Team GO Rocket Giovanni pokemons:
https://rplus.github.io/PvP-moves/?dex=53&dex=146&dex=445&dex=91&dex=115
This project is built with Svelte js framework:
Install the dependencies...
npm install;
Copy assets to public folder.
make copy-assets;
Dev now~
npm run dev