Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 2.29 KB

README.md

File metadata and controls

55 lines (35 loc) · 2.29 KB

Pokedex - A Pokedex Web Application

Welcome to Pokedex, a web application built using the Blazor Server framework that serves as your go-to Pokedex! Pokedex fetches data from PokeAPI, providing a comprehensive and interactive platform for exploring information about various Pokemon.

image

Features

  • Pokemon List with Generation Filter
  • Search Pokemon: Easily search for Pokemon by name or ID.
  • Detailed Information: Get detailed information about each Pokemon, including stats, abilities, and more.
  • Type Effectiveness: Discover the type effectiveness of each Pokemon against other types.
  • Evolution Chain: Explore the evolution chain of a Pokemon, including pre-evolutions and evolutions.
  • Interactive UI: User-friendly interface with smooth navigation.

Getting Started

Prerequisites

Make sure you have the following tools installed:

Installation

  1. Clone the repository:

    https://github.com/isasayed/Pokedex.git
    

Usage

  • Search: Enter the name or ID of a Pokemon in the search bar and press Enter to view its details.
  • Type Effectiveness: Click on the "Type Effectiveness" tab to see the effectiveness of the Pokemon's type against other types.
  • Evolution Chain: Navigate to the "Evolution" tab to explore the evolution chain of the selected Pokemon.

Contributing

If you want to contribute to this project, feel free to fork the repository and submit a pull request. Contributions are welcome!

  1. Create your feature branch: git checkout -b feature/your-feature.
  2. Commit your changes: git commit -m 'Add some feature'.
  3. Push to the branch: git push origin feature/your-feature.
  4. Open a pull request.

Credits

PokeAPI for providing the Pokemon data.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Enjoy exploring the Pokemon world with PokeBlazor! If you encounter any issues or have suggestions, feel free to open an issue. Happy coding!