The Pokedex Web Application is a web-based tool that allows users to search for Pokémon by name or number and navigate through Pokémon using previous and next buttons. The application fetches data from the PokéAPI to display Pokémon details including their name, number, and image.
- Search for Pokémon by name or number.
- View detailed Pokémon information.
- Navigate between Pokémon using previous and next buttons.
- Responsive design for different screen sizes.
- Enter the name or number of the Pokémon you want to search for in the search input field.
- Press Enter to fetch and display the Pokémon's details.
- Use the previous and next buttons to navigate through the Pokémon.
-
PokéAPI for providing the Pokémon data.
-
Rolwanw Borges for providing original code.