This project demonstrates how to create a simulation of a tube light with a built-in digital clock using HTML, CSS, and JavaScript. The tube light has three states:
The design takes inspiration from a Nixie Tube Clock, giving it a retro-futuristic aesthetic.
The tube light appears off, with no illumination or display.
The light begins to glow with an orange hue, giving a warm ambiance.
The digital clock inside the tube light is fully illuminated, displaying the current time and date.
.
tubelight-simulation/
│
├── index.html # Main HTML file
├── style.css # CSS file for styling
├── script.js # JavaScript for functionality
└── images/ # Folder containing images for states