/pokedex

Pokedex website that lets you search up information about pokemon! (Uses pokeapi.co)

Primary LanguageTypeScript

Pokemon Fetch Exercise

Getting Started

cd into the client folder to get started.

To run the project, you must first install all the packages using

npm i

Launching your app

To launch your project you can use the following script

npm start

Task

Edit the client/src/components/Pokedex.tsx file to add a fetch request which lets you display the sprite of the given pokemon on the pokedex.

Checkout the documentation of the api here: https://pokeapi.co/docs/v2

HINT

Checkout the /pokemon section

Bonus Task

Try and fetch more information from pokeapi to spice up your pokedex!

Here are some suggestsion:

  • Show the pokemon type
  • Show the pokemon description (flavour text)
  • Show what abilities the pokemon can learn