This is a traffic light mockup coded using React.js
Traffic.Light.Project.mp4
Like a regular traffic light, this one displays three bulbs with colored lights: red, yellow and green. To add some personality, you have the option to add a fourth purple light.
When any light is clicked it glows, but as regular traffic lights, only one light can glow at once.
$ npm install
$ npm run start