Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 422 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 422 Bytes

Pokedex

Pokedex pokemon made in javascript. This one allows you to add any pokemon you want to your list!

  • Enter pokemon name
  • His type
  • Then copy the address of its image retrieved from google in the url field

The new Pokemon is created! It will still be present even if you refresh the page or close your browser. The technology uses the LocalStorage property to keep the added Pokemon in your browser's memory.