Skip to content

garcia-clara/pokedex

Repository files navigation

Pokemon Logo

Pokedex

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


Features

  • View detailed information about Pokemon, including:
    • Name, ID, and sprite.
    • Types and description.
    • Base stats (HP, Attack, Defense, etc.).

Tech Stack

  • 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.