Skip to content

React-Typescript Web App that having in input the name of a pokemon, will fetch from a public API all possible details about this pokemon and display it.

Notifications You must be signed in to change notification settings

omonimus1/pokemon-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon search

React and Typescript application, that, receiving in input the name of a pokemon (for example abra), will display the following information:

  • Picture
  • Name
  • Type
  • Defence
  • Attack

All these information, are trieved thank to the pokeapi endpoint (indicated below)

How to run

npm start

Resources

  • Open source api : https://pokeapi.co/api/v2/pokemon/pokemon_name
  • List of pokemons name: Here

About

React-Typescript Web App that having in input the name of a pokemon, will fetch from a public API all possible details about this pokemon and display it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published