https://github.com/mohammedyh/pokemon-finder
An app to search and view information about different Pokémon
https://github.com/mohammedyh/pokemon-finder
chakra-ui pokemon pokemon-api react react-router
Last synced: 2 months ago
JSON representation
An app to search and view information about different Pokémon
- Host: GitHub
- URL: https://github.com/mohammedyh/pokemon-finder
- Owner: mohammedyh
- Created: 2022-09-01T09:55:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-12T16:42:22.000Z (3 months ago)
- Last Synced: 2025-08-02T13:45:09.612Z (3 months ago)
- Topics: chakra-ui, pokemon, pokemon-api, react, react-router
- Language: JavaScript
- Homepage: https://pokemon-app-pi-five.vercel.app/
- Size: 854 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pokemon-finder
Search and view information about various Pokémon.
## Screenshots


## Features
- Individual Pokemon views
- Search functionality
- Pagination
- Debouncing
- Responsive
- Loading states## Run Locally
Clone the project:
```bash
git clone https://github.com/mohammedyh/pokemon-finder.git
```Go to the project directory
```bash
cd pokemon-finder
```Install dependencies
```bash
pnpm install
```Start the server
```bash
pnpm dev
```## Demo
https://pokemon-app-pi-five.vercel.app/
## Tech Stack
**Client:** React, React Router, Chakra UI
**Tooling:** Vite, ESLint, Prettier