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/
- List of Pokémon with pagination (you can place a like on any Pokémon you want)
- Individual Pokémon detail pages
- Next.js (React)
- Fetch API for retrieving Pokémon data
- CSS using Bootstrap
- Deployed on Vercel
- 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.
# 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