Skip to content

0x414854/Pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Badge Static Badge Static Badge Static Badge

Capture d’écran 2024-07-15 à 13 38 01

Pokedex

Description

This project is a web-based Pokedex application that allows users to search for and view detailed information about various Pokémon.
Users can search Pokémon by name or number, and sort the results by various criteria such as type, weight, and size.

Features

  • Search Functionality : Search for Pokémon by name or number.
  • Sorting : Sort Pokémon by alphabetical order, type, weight, and size.
  • Detailed Information : View detailed Pokémon information, including height, weight, base experience, stats, abilities, and evolutions.
  • Background Images : Different background images based on Pokémon type.
  • Fetch API : Making requests to the PokéAPI.

Installation Instructions

  1. Clone this repository to your machine.

    git clone https://github.com/0x414854/Pokedex.git
    
  2. Navigate to the repository directory.

     cd Pokedex
    
  3. Open 'index.html' in your preferred web browser.

Tree Directory

Pokedex/
├── index.html
├── main.js
├── styles.css
├── background/
 │  ├── bug.png
 │  ├── dark.png
 │  ├── dragon.png
 │  ├── electric.png
 │  ├── fairy.png
 │  ├── fighting.png
 │  ├── fire.png
 │  ├── flying.png
 │  ├── ghost.png
 │  ├── grass.png
 │  ├── ground.png
 │  ├── ice.png
 │  ├── normal.png
 │  ├── poison.png
 │  ├── psychic.png
 │  ├── rock.png
 │  ├── steel.png
 │  ├── water.png
 │  └── back_card/
 │    ├── bugBack.png
 │    ├── darkBack.png
 │    ├── dragonBack.png
 │    ├── electricBack.png
 │    ├── fairyBack.png
 │    ├── fightingBack.png
 │    ├── fireBack.png
 │    ├── flyingBack.png
 │    ├── ghostBack.png
 │    ├── grassBack.png
 │    ├── groundBack.png
 │    ├── iceBack.png
 │    ├── normalBack.png
 │    ├── poisonBack.png
 │    ├── psychicBack.png
 │    ├── rockBack.png
 │    ├── steelBack.png
 │    └── waterBack.png

Future Updates

  • Sort by Type Enhancement : Adjust the button to sort by type to also display Pokémon with multiple types.
  • Display All Pokémon : Add functionality to display all Pokémon when the 'Initial' button is clicked.
  • Enhanced UI : Update the UI to be more user-friendly and visually appealing.

License

This project is licensed under the MIT License.

Author

0x414854

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published