What is this application about ? This appliaction allows a user to get a pokemon based on any random selection of input number. Strategy : I have used poke API data to fetch the pokemon image and name ...
Functionality: You should have a Pokemon constructor function that creates new pokemon that have name, health, magic and a bunch of skills (the skills can be stored in an array or object). You should ...
💡 Just built a Pokémon Search Web App! It works like a mini Pokédex where you can search Pokémon and view their details. Using HTML, CSS, and JavaScript, I created a simple Pokémon search tool that ...