Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/radenadri/react-pokedex

Pokedex example using Poke API and React 🃏
https://github.com/radenadri/react-pokedex

html5 javascript react reactjs tailwindcss zustand

Last synced: 5 days ago
JSON representation

Pokedex example using Poke API and React 🃏

Awesome Lists containing this project

README

        

# Pokedex with React

This is the sample of React apps consuming the Pokedex API and showing all the pokemons including the filter capabilities.

## Installation

Clone this repository and execute the command.

NPM
```bash
npm install
npm run dev
```

Yarn
```bash
yarn
yarn dev
```

If you need to build for production purpose.

NPM
```bash
npm run build
```

Yarn
```bash
yarn build
```