A home-made Pokédex web application to learn and practice web development skills. This project allows you to browse, search, and filter Pokémon using data from the public PokeAPI.
- Browse a grid of Pokémon with images and names
- Search for Pokémon by name with autocomplete suggestions
- Filter Pokémon by type, generation, and region
- View detailed information about each Pokémon (ID, name, image, height, weight, base experience)
- Infinite scroll and "Load More" button for seamless browsing
- Responsive and modern UI
Open index.html in your browser to use the Pokédex locally.
- Clone this repository:
git clone <repo-url> cd pocketmonsterindex
- Open
index.htmlin your web browser. No build step is required.
- Use the search bar to find Pokémon by name.
- Use the filter bar to narrow down Pokémon by type, generation, or region.
- Click on a Pokémon card to view more details.
- Scroll down or click "Load More" to see additional Pokémon.
index.html– Main HTML filescript.js– JavaScript logic for fetching and displaying Pokémonstyles.css– CSS styles for the appsrc/– Image assets (logos)
Contributions are welcome! Feel free to open issues or submit pull requests.
This project is licensed under the MIT License. See LICENSE for details.
Created by doqa-io.