A web application that lets you explore Pokémon with their details such as types, abilities, stats, and categories.
It consumes the PokéAPI to display updated and accurate Pokémon information.
🔗 Live Demo: pokedex-aninha.netlify.app (add your deployed link here if available)
- 🔍 Search for Pokémon by name or ID
- 📋 Display Pokémon details: types, abilities, stats, height, weight, and category
- 🖼️ Show official Pokémon artwork and sprites
- 📱 Responsive design for mobile and desktop
- 🎨 Simple and clean interface
This project was built using:
- React – For building the user interface
- TypeScript – For type safety and better developer experience
- CSS – For styling and layout
- PokéAPI – Open API that provides Pokémon data
Clone the repository:
git clone https://github.com/aninhabort/pokedex.gitNavigate into the project folder:
cd pokedexInstall dependencies:
npm installRun the project locally:
npm startThe app will be available at http://localhost:3000/.
Data is fetched from the PokéAPI, which provides information such as:
- Pokémon name and ID
- Types and weaknesses
- Abilities and stats
- Height and weight
- Official artwork and sprites
Contributions are welcome! If you’d like to improve this project, feel free to open an issue or submit a pull request.

