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.
- Host: GitHub
- URL: https://github.com/arcticray/backstage-pokemon-types
- Owner: ArcticRay
- Created: 2025-08-06T16:38:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-14T15:28:36.000Z (11 months ago)
- Last Synced: 2025-08-14T17:27:13.050Z (11 months ago)
- Topics: backstage, plugin
- Language: TypeScript
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |  |
| Charizard |  |
| Gengar |  |
| Lucario |  |
| Dragonite |  |
| Bulbasaur |  |
- Sprites provided by PokéAPI via GitHub