Skip to content

mohammedyh/pokemon-finder

Repository files navigation

pokemon-finder

Search and view information about various Pokémon.

Screenshots

List of all Pokemon

List of searched Pokemon

Features

  • Individual Pokemon views
  • Search functionality
  • Pagination
  • Debouncing
  • Responsive
  • Loading states

Run Locally

Clone the project:

git clone https://github.com/mohammedyh/pokemon-finder.git

Go to the project directory

cd pokemon-finder

Install dependencies

pnpm install

Start the server

pnpm dev

Demo

https://pokemon-app-pi-five.vercel.app/

Tech Stack

Client: React, React Router, Chakra UI

Tooling: Vite, ESLint, Prettier