Skip to content

React app that has similar functions as PokeDex. Used Pokemon API.

Notifications You must be signed in to change notification settings

confidentmeerkat/react-pokedex-api-challenge

Repository files navigation

Pokedex API Challenge

Ash and his friends are on a new adventure to catch even more Pokemon! Before they set off on this journey they need some tools. As we all know every great Pokemon trainer needs a reliable Pokedex to identify Pokemon. It’s a good thing they have you!
Ash has asked if you would be willing to build him a brand new Pokedex with core features and a couple of enhancements.

Tools & Technologies

  • React
  • Vite
  • TypeScript
  • Redux
  • Redux Tool Kit
  • RTK Query
  • Emotion

How to run

  • Install node modules: yarn install
  • Start the project: yarn dev