This web app displays Pokémon proportionally based on their in-game height value. There are two main features: a text box that the user inputs their Pokémon name to and a large area below it where the Pokémon appear. Clicking the Pokémon sprites will remove them.
This is hosted on GitHub pages at: https://thevanadium.github.io/pokemon-to-scale/
See CONTRIBUTING.md for instructions on how to install and run the app locally.
All Pokémon in PokéAPI should be available for input and display.
Input: "vaporeon" Result: a 100x100 px image of a Vaporeon
Input: "flabebe" Result: a 10x10 px image of a Flabébé (note: accents are not included in PokéAPI's pokemon names)
Input: "wailord" Result: a 1450x1450 px image of a Wailord
Input: "slowbro-mega" Result: a 200x200 px image of a Mega Slowbro
Input: "flapple-gmax" Result: a 2400x2400 px image of a Gigantamaxed Flapple