A react app to view pokemon evolution chain.
CLI version of this tool is available in evolutions. So needed something interactive.
name
or ID
in the text field on the landing page and click Evolve
to view the evolution chain of the entered pokemon.I'm Feeling Hype
will display the evolution chain of a randomnly picked pokemon.To install and run locally:
$ git clone https://github.com/anshumanv/evolutions-webapp
$ npm i && npm start
To run tests locally:
$ npm test
Found a bug, please create an issue