=== Bulb Toggle Project
This is a simple JavaScript project that demonstrates DOM manipulation by toggling a bulb on and off.
When the button is clicked:
1 The bulb background and border change color.
2 A glowing effect is applied using CSS box-shadow.
3 The button color and text also toggle between ON and OFF states.
=== Features 1 Interactive bulb shape created with CSS. 2 Button to switch the bulb ON/OFF. 3 Dynamic background color change for better contrast. 4 Clean and readable JavaScript logic with a single event listener.
== Technologies Used 1 HTML for structure 2 CSS for styling and bulb design 3 JavaScript for DOM manipulation and interactivity