This repository contains a simple JavaScript implementation to create a neon blinking light effect on a web page.
The index.js file in this repository contains the JavaScript code necessary to create a div element representing a neon light that blinks in a loop. The CSS animation is applied to the text shadow of the div element to create the blinking effect.
To use this code, simply include the index.js file in your HTML document. The JavaScript code will dynamically create a div element with the text "NEON" and apply the blinking effect to it.
There are no external dependencies for this project. Everything is contained within the index.js file.