This project demonstrates dynamic manipulation of the Document Object Model (DOM) using HTML, CSS, and JavaScript. It's a hands-on showcase of how JavaScript interacts with web elements to modify, create, or delete them in real-time.
π Live Demo
- Real-time element creation and deletion
- Interactive user input handling
- Responsive and visually clean UI
- Dynamic style changes through JavaScript
- HTML5
- CSS3
- JavaScript (ES6)
index.htmlβ Main HTML structurestyle.cssβ Styling of the UIscript.jsβ DOM manipulation logic
- Clone or download the repository
- Open
index.htmlin any browser - Interact with the UI to see live DOM changes
