DexHub is a Pokédex web application that allows users to explore Pokémon data, stats, and abilities in a clean and interactive interface. Powered by the PokéAPI, DexHub delivers a fast and smooth experience for all Pokémon enthusiasts.
- 🔍 Search for Pokémon by name or ID
- 📊 View detailed Pokémon stats, abilities, and types
- 🎨 Clean UI with responsive design
- ⚡ Fast API integration for real-time data fetching
- 📑 Pagination and smooth navigation
- Frontend: CSS, EJS
- Backend: Node.js, Express.js
- API: PokéAPI
- HTTP Client: Axios
-
Clone the repository
git clone https://github.com/kewlinnn/dexhub.git cd dexhub -
Install dependencies
npm install
-
Run the server
npm start