React Pokedex

Source code Live website

Summary

Pokedex made with React Js, using Styled Components and React Router.
Works mainly fetching data from different APIs and entry points, then organizing the information and displaying it according to the selected pokemon.
To avoid long loading times, the pokemons are fetched and displayed by groups, and, when the user scrolls to bottom, the app makes another asynchronous request to get the new pokemons data.

Technologies used

  • React JS
  • React Router
  • Styled Components
  • API Fetching