Skip to content

KevinKhuu01/JavaScript-API-Practice-Pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript API Practice – Pokedex

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).

About

JavaScript - API Practice - Pokedex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors