A simple Pokédex application built with React to search and display Pokémon details.
- Search for Pokémon by name
- View Pokémon images, types, and stats
- Responsive UI
- React.js – For building UI components
- React Hooks – State management
- Bootstrap – For styling and layout
- PokéAPI – To fetch Pokémon data
- Axios / Fetch API – For API requests
- Node.js & npm – Development environment
- Clone the repository:
git clone https://github.com/aneesh-acharyeah/pokedex-app.git cd pokedex-app


