This pokedex is a practice project focusing on fetching and manipulating external API data
🚀 Live Demo – https://kevinkhuupokedex.netlify.app/
🛠️ Stack
- Languages: JavaScript, HTML, & CSS
- API: PokeAPI
- Tools: Netlify, Github, Postman
🧠 Concepts
- Fetching data from an external REST API (PokeAPI)
- Asynchronous functions (fetch, async/await)
- Dynamic DOM elements generation
- Handling user interactions (search, click, display details)
- Using API JSON responses to populate UI
📝 Notes
- Demonstrates how to use PokeAPI to retrieve Pokémon data and display searchable interface.
- No frontend frameworks used, only JavaScript.
- This project was built for learning and practice.
- Responsiveness and accessibility improvements are not implemented (mobile layouts may not be ideal).