A web-application that provides the ability for you to search and view the speciffic data of the pokemon
- Search pokemon byname
- Search pokemon by query strin
- Display pokemon as a beautiful card
- Be able to navigate deeply thru evolution of each pokemon
- Be able to see the type of attacks and details such as attack-name, attack-type, damage . . .
- Hinting the name of all existing pokemons on the input field, so you could be more flexible playing around
- Install the modules
yarn install
- Run the test
yarn test
- Start react server
yarn start