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.
- 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.
Make sure you have the following tools installed:
-
Clone the repository:
https://github.com/isasayed/Pokedex.git
- 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.
If you want to contribute to this project, feel free to fork the repository and submit a pull request. Contributions are welcome!
- Create your feature branch: git checkout -b feature/your-feature.
- Commit your changes: git commit -m 'Add some feature'.
- Push to the branch: git push origin feature/your-feature.
- Open a pull request.
PokeAPI for providing the Pokemon data.
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!