Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.08 KB

My Pokédex Web

Introduction

This project is a simple web application that serves as a Pokédex. It allows users to search for Pokémon by name or number, view their details, and navigate through the list of Pokémon.

Features

Search: Users can search for Pokémon by name or number using the search bar. Navigation: Navigation buttons allow users to move between Pokémon entries. Dynamic Content: Pokémon data and images are fetched dynamically from the PokeAPI. Responsive Design: The app is responsive and works well on various screen sizes, including mobile devices.

Usage

Search for Pokémon: Enter the name or number of the Pokémon you want to search for in the search bar and press Enter or click the search button. Navigate: Use the navigation buttons ("Prev" and "Next") to move between Pokémon entries. View Details: The Pokémon's name and number will be displayed, along with its image.

Technologies Used HTML5 CSS3 JavaScript (ES6) PokeAPI

Setup

To run the Pokédex locally:

Clone this repository to your local machine. Open the index.html file in your web browser.

Author Antoniel