A modern Pokedex application built with React and TypeScript, using the PokeAPI to fetch Pokemon data.
This project was created as a learning exercise to deepen my understanding of React and TypeScript while building a fun and interactive web application.
🌐 Try it here: Pokedex
- View detailed information about Pokemon, including:
- Name, ID, and sprite.
- Types and description.
- Base stats (HP, Attack, Defense, etc.).
- React: Front-end library for building the user interface.
- TypeScript: Ensures type safety and better development practices.
- Axios: For fetching data from the PokeAPI.
- Tailwind CSS: For styling the application.