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

https://github.com/indraxyz/pokedex

web pokedex app using typescript, nextJs, material ui, tailwind, pokemon api v2
https://github.com/indraxyz/pokedex

Last synced: about 2 months ago
JSON representation

web pokedex app using typescript, nextJs, material ui, tailwind, pokemon api v2

Awesome Lists containing this project

README

        

Pokedex-App is web app about pokemon using PokeAPI v2.

## Link

Deployment
https://pokedex-app-three-zeta.vercel.app/
API
https://pokeapi.co/docs/v2

## Setup or Run Locally

* REQUIRED Node.js installed

download or Clone this project.
extract .zip
Open cmd/terminal, change to the project directory
Install package via terminal/cmd with “npm install”
Run project with “npm run dev”
project running at url “localhost:3000”

## Features

Home Page : show pokemons and detail pokemon.
Detail Pokemon Page : More detail of Pokemon.
Data Filter :
Favourites of Pokemons
search pokemons by name
reset data

Ui :
adaptive/auto theme dark/light
loading state when interacting with main data
components base reactjs
Responsive Ui (dekstop-mobile)

## Technical Stack

typescript, eslint, nextjs, material ui, tailwind