Click here
- Read about cross origin and way to handle it
- Use this chrome extension for unblock cross origin when working on local file
- Show Pokemon 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 pokemon doesn't exist)
- Show list of types names for each pokemon
- On click on one of the pokemon types show list of all the pokemons names that related to this type (HINT))
- On Click on one of the pokemon name change the pokedex context by changing the input value to the name of the pokemon
- Use fetch instead of axios in two functions
- Use bootstrap for efficient and easy design
- Add design and features of your choice