evolutions-webapp
evolutions-webapp copied to clipboard
What? monferno is evolving!
evolutions-webapp
A react app to view pokemon evolution chain.
Motivation
CLI version of this tool is available in evolutions. So needed something interactive.
Usage
- Simply enter either the pokemon
name
orID
in the text field on the landing page and clickEvolve
to view the evolution chain of the entered pokemon. - Clicking on
I'm Feeling Hype
will display the evolution chain of a randomnly picked pokemon.
Under the hood
- react-poke-sprites - Animated react pokemon sprites.
- react-skylight - Popup dialog output component.
Development
To install and run locally:
$ git clone https://github.com/anshumanv/evolutions-webapp
$ npm i && npm start
To run tests locally:
$ npm test
Author
Contribute
Found a bug, please create an issue