Welcome to Pokémon Explorer
Pokémon Explorer is a modern, interactive web application built with vanilla JavaScript that lets you browse, search, and discover detailed information about over 1,300 Pokémon from all nine generations.What is Pokémon Explorer?
Pokémon Explorer is a frontend web application that consumes the PokeAPI to provide an engaging, arcade-style interface for exploring the Pokémon universe. Users can search by name, filter by type, generation, color, habitat, and more—all with real-time validation and suggestions.Search & Filter
Real-time search with smart keyword detection and multiple filter options
Interactive Cards
Beautiful, glassmorphic cards with stats, abilities, and Pokémon cries
Pagination
Browse through 12 Pokémon per page with smooth navigation
Responsive Design
Arcade-themed UI that works perfectly on desktop, tablet, and mobile
Key Features
Real-Time Search
Search Pokémon by name with intelligent autocomplete suggestions:Advanced Filtering
Filter Pokémon by multiple criteria including:- Type: Fire, Water, Grass, Electric, and 14 more types
- Generation: Gen I (Kanto) through Gen IX (Paldea)
- Color: Black, Blue, Brown, Gray, Green, Pink, Purple, Red, White, Yellow
- Habitat: Cave, Forest, Grassland, Mountain, Sea, Urban, and more
- Size & Weight: Custom filters for height and weight ranges
Smart Search Keywords
The application supports natural language search in Spanish and English:You can search using combinations like “planta verde” (green grass type) or “fuego pequeño” (small fire type) for precise results.
Architecture Overview
Technology Stack
HTML5
Semantic markup with accessibility features
CSS3
Modern design with glassmorphism and arcade aesthetics
Vanilla JavaScript
Zero dependencies, pure ES6+ with class-based architecture
Core Class: PokemonExplorer
The application is built around a singlePokemonExplorer class that handles:
Data Management
The app uses intelligent caching to minimize API calls:- Maps for O(1) lookups:
pokemonByIdandpokemonByNamefor instant access - Batch loading: Loads Pokémon in batches of 50 for optimal performance
- Lazy loading: Only fetches detailed data when needed
- Species data: Enriches Pokémon with color and habitat information
The application caches all fetched Pokémon data to provide instant filtering and searching without redundant API calls.
Design Philosophy
Arcade Aesthetic
The interface features a retro arcade theme with:- Neon border animations
- Floating pixel effects
- Glassmorphic cards with vibrant gradients
- Press Start 2P and VT323 fonts for authentic retro feel
Responsive & Accessible
The application adapts seamlessly to all screen sizes:- Desktop: 4-column grid layout
- Tablet: 2-3 column responsive grid
- Mobile: Single column with optimized touch targets
Interactive Features
Pokémon Cries
Click the 🔊 button to hear authentic Pokémon sounds from the PokeAPI:Guided Tour
A custom-built interactive tour helps new users understand all features:Project Structure
Next Steps
Quickstart
Get up and running in 2 minutes
Installation
Set up the project locally on your machine