A web application that allows users to explore and search Pokémon with their detailed statistics, powered by PokeAPI using GraphQL.
- Comprehensive Pokémon List
- View detailed stats (HP, Attack, Defense, Speed)
- Clean and intuitive interface
- Search by Pokémon name or number
- Filter by stat (e.g., HP, Attack)
- Filter Pokémon by their elemental types
- Support for all Pokémon types (Fire, Water, Grass, etc.)
- Sort by name
- Sort by stat
- Configurable items per page
- Smooth navigation between pages
Node.js >= 14.0.0
npm >= 6.14.0
git clone https://github.com/aifia105/pokemon-stats-explorer.git
cd pokemon-cards
npm install
npm run dev