Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tylrpopcorn/pokemon-display-grid

A simple application showcasing Pokémon using DOM manipulation
https://github.com/tylrpopcorn/pokemon-display-grid

dom dom-manipulation html html-javascript javascript

Last synced: 13 days ago
JSON representation

A simple application showcasing Pokémon using DOM manipulation

Awesome Lists containing this project

README

        

# ```Pokemon-Display-Grid```
```A simple application showcasing Pokémon using DOM manipulation```

This project displays a grid of Pokémon images with their respective numbers, demonstrating how to dynamically manipulate the DOM using JavaScript. It is an excellent example for beginners to understand the fundamentals of DOM manipulation, including creating elements, appending them to the DOM, and adding styles dynamically.

Live: https://pokemon-display-grid.onrender.com/

![image](https://github.com/user-attachments/assets/57b25caf-dac6-4260-898e-ebc822f6e900)
Credit goes to the original/external sources used.

# Related Projects
- [PingPong-ScoreKeepr](https://github.com/TylrPopcorn/PingPong-ScoreKeepr) - *A simple application that will keep track of your ping pong score*
- [Television Show Search](https://github.com/TylrPopcorn/Television-Show-Search) - *A simple project showcasing how to manipulate an API in Svelte.js*
- [Projects List](https://github.com/TylrPopcorn/Projects-List) - *Explore other projects I have worked on*