Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 931 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 931 Bytes

Pokedex Web Application

Overview

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.

Features

  • 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.

Usage

  1. Enter the name or number of the Pokémon you want to search for in the search input field.
  2. Press Enter to fetch and display the Pokémon's details.
  3. Use the previous and next buttons to navigate through the Pokémon.

Acknowledgements