Skip to content

michaelbyalsky/myPokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex

Before:

  • Create new private repo in your github account
  • (OPTIONAL) use index.html/main.js as an examples (don't clone this repo)
  • Try to commit any time you done with a task

Tasks:

  • Read about cross origion and way to handle it
  • Use this chrome extenstion for unblock cross origion when working on local file
  • Show Pockemon name height weight and image on search id
  • Make the image change to back_default on hover
  • Support search by name (HINT)
  • Add not found message if the API return it (case the pockemon doesnt exist)
  • Show list of types names for each pockemon
  • On click on one of the pockemon types show list of all the pokemons names that related to this type (HINT)
  • On Click on one of the pockemon name change the pokedex context by changing the input value to the name of the pockemon

Bonus:

  • Use fetch/xhr instead of axios for one call
  • Add your own feature - using another pokeapi.co api end point

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published