Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Baizho/pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Pokedex — Next.js Web

A simple, responsive Pokedex web app built with Next.js.
Browse Pokémon and view details with pagination — a small demo project to practice React/Next.js and API integration.

Live demo: https://pokedex-web-phi.vercel.app/


Features

  • List of Pokémon with pagination (you can place a like on any Pokémon you want)
  • Individual Pokémon detail pages

Tech stack

  • Next.js (React)
  • Fetch API for retrieving Pokémon data
  • CSS using Bootstrap
  • Deployed on Vercel

Notes

  • Built as a practice/demo project to explore React, Next.js, and API integration.
  • Implemented features like liking Pokémon and pagination to practice state management and dynamic routing.
  • Uses Bootstrap for styling and responsiveness.
  • No further updates or maintenance planned; kept for reference.

Run locally

# clone
git clone https://github.com/Baizho/Pokedex-nextjs-web.git
cd Pokedex-nextjs-web

# install dependencies
npm install

# start development server
npm run dev

# open http://localhost:3000 in your browser

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published