Skip to content

Repository files navigation

Pokemon list

Sample React SPA with Redux and Router with Jest/Enzyme testing to get the RESTful API like Pokemon API a spin.

Pokemon images

To not abuse the pokeapi github account, you may want to clone their repo with images and put it in the static folder of the app. git clone https://github.com/PokeAPI/sprites.git

  • /public/static/pokemon
  • /public/static/pokemon/back

Evolution Chain

Currently the https://pokeapi.co provides broken data of the evolution chains, which means that you can't see valid chains for selected pokemon. Also for simplicity I'm taking only first item of the evolves_to array. e.g. eevee can evolve into 8 different pokemons but I'm displaying only one.

Tools

Make sure you have installed Volta which ensures you have the right version of node and npm for this project.

VSCode

  • Prettier esbenp.prettier-vscode
  • Eslint dbaeumer.vscode-eslint

About

Pokemon list in React using https://pokeapi.co/ API.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages