A react app to view pokemon evolution chain.
CLI version of this tool is available in evolutions. So needed something interactive.
- Simply enter either the pokemon
nameorIDin the text field on the landing page and clickEvolveto view the evolution chain of the entered pokemon. - Clicking on
I'm Feeling Hypewill display the evolution chain of a randomnly picked pokemon.
- react-poke-sprites - Animated react pokemon sprites.
- react-skylight - Popup dialog output component.
To install and run locally:
$ git clone https://github.com/anshumanv/evolutions-webapp
$ npm i && npm startTo run tests locally:
$ npm testFound a bug, please create an issue
