Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🃏
- Host: GitHub
- URL: https://github.com/radenadri/react-pokedex
- Owner: radenadri
- Created: 2022-08-16T19:46:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T19:56:32.000Z (over 2 years ago)
- Last Synced: 2024-11-19T17:56:21.363Z (2 months ago)
- Topics: html5, javascript, react, reactjs, tailwindcss, zustand
- Language: JavaScript
- Homepage: https://pokedex.radenadri.xyz
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```