An open API service indexing awesome lists of open source software.

https://github.com/arcticray/backstage-pokemon-types

A Backstage plugin that lets users build Pokémon teams and analyze type coverage using live data from the PokéAPI. Originally built as a fun side project to explore Backstage plugin development and external API integration.
https://github.com/arcticray/backstage-pokemon-types

backstage plugin

Last synced: about 1 month ago
JSON representation

A Backstage plugin that lets users build Pokémon teams and analyze type coverage using live data from the PokéAPI. Originally built as a fun side project to explore Backstage plugin development and external API integration.

Awesome Lists containing this project

README

          

# Pokémon Team Type Coverage Tool

This is a simple Backstage plugin component that allows you to build a Pokémon team and analyze its type coverage using the [PokéAPI](https://pokeapi.co/).

## ✨ Features

- Select up to 6 Pokémon to form your team
- Fetches real-time type data from the PokéAPI
- Displays type distribution across your team
- Helps identify overused or missing types

---

### 🧪 Example Team

| Pokémon | Image |
| --------- | ---------------------------------------------------------------------------------------------- |
| Pikachu | ![pikachu](https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/25.png) |
| Charizard | ![charizard](https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/6.png) |
| Gengar | ![gengar](https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/94.png) |
| Lucario | ![lucario](https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/448.png) |
| Dragonite | ![dragonite](https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/149.png) |
| Bulbasaur | ![bulbasaur](https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1.png) |

- Sprites provided by PokéAPI via GitHub