Skip to content

NKOGallardo/Pok-mon

Repository files navigation

Pokémon Search App ⚡

A fast and simple Pokémon search tool built with React + Vite, using the free PokéAPI.
Type any Pokémon’s name and instantly see its sprite in a smooth, minimal interface.


the brain

const response = await fetch( https://pokeapi.co/api/v2/pokemon/${pokemonName.toLowerCase()} );

const data = await response.json(); setPokemonImage(data.sprites.front_default);


📸 Preview

App Screenshot


🚀 Features

  • 🔍 Search Pokémon by name
  • ⚡ Real-time data from PokéAPI
  • 🎨 Clean, minimal UI
  • 📱 Fully responsive
  • ⚙️ Built with React + Vite

📦 Installation & Setup

git clone <your-repo-url>
cd pokemon-search
npm install
npm run dev

About

API (Pokemon) pushed from VScode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published