Pokedex-App is web app about pokemon using PokeAPI v2.
Deployment
https://pokedex-app-three-zeta.vercel.app/
API
https://pokeapi.co/docs/v2
* 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”
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)
typescript, eslint, nextjs, material ui, tailwind