Skip to content

doqa-io/pocketmonsterindex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pocketmonsterindex

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.

Features

  • 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

Demo

Open index.html in your browser to use the Pokédex locally.

Installation

  1. Clone this repository:
    git clone <repo-url>
    cd pocketmonsterindex
  2. Open index.html in your web browser. No build step is required.

Usage

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

Project Structure

  • index.html – Main HTML file
  • script.js – JavaScript logic for fetching and displaying Pokémon
  • styles.css – CSS styles for the app
  • src/ – Image assets (logos)

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

License

This project is licensed under the MIT License. See LICENSE for details.

Contact

Created by doqa-io.

About

home made pokedex to learn some code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published