A simple modal project built with HTML, CSS, and JavaScript. The project demonstrates how to open and close a modal window dynamically using DOM manipulation.
This is a simple modal window project created with HTML, CSS, and JavaScript.
- Open and close modal window
- Overlay effect when modal is active
- Close modal by clicking "X" button or pressing
Esc
key
This project is part of my learning journey to practice DOM manipulation in JavaScript.