cd into the client folder to get started.
To run the project, you must first install all the packages using
npm i
To launch your project you can use the following script
npm start
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
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