Pokédex React App

Pokédex React app that lets you discover and explore Pokémon based on PokéAPI.

Explore and get information about each Pokémon, including their about, stats, and evolution. This project built with React.js & React Query for efficient data fetching and caching.

Preview

Features

  • Beautiful UI inspired by Flavio Farias's Dribbble Shot
  • Browse Pokémons based on their types
  • Clicking on a Pokémon opens a modal with detailed information
    • About tab: Displays information about the selected Pokémon
    • Stats tab: Shows the statistical attributes and characteristics of the Pokémon
    • Evolution tab: Visualizes the evolutionary chain of the Pokémon

Installation

  1. Clone the repository: git clone https://github.com/IdoBouskila/Pokedex.git
  2. Navigate to the project directory: cd pokedex
  3. Install dependencies: npm install
  4. Start the development server: npm run dev

Usage

Open your web browser and visit the provided URL or http://localhost:5173 to access the Pokédex app.