An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# pokemon-finder

Search and view information about various Pokémon.

## Screenshots

![List of all Pokemon](https://raw.githubusercontent.com/mohammedyh/pokemon-finder/master/public/screenshot.png)

![List of searched Pokemon](https://github.com/mohammedyh/pokemon-finder/blob/master/public/screenshot-2.png?raw=true)

## 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