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
- Host: GitHub
- URL: https://github.com/indraxyz/pokedex
- Owner: indraxyz
- Created: 2025-01-01T09:59:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-19T12:31:53.000Z (3 months ago)
- Last Synced: 2025-02-19T13:32:20.483Z (3 months ago)
- Language: TypeScript
- Homepage: https://pokedex-nine-khaki.vercel.app
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 dataUi :
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