Skip to content

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

Notifications You must be signed in to change notification settings

TAS-scorchedshadow/pokedex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.8%
  • CSS 32.2%
  • HTML 8.0%