Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 602 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 602 Bytes

Traffic Light 🚥

This is a traffic light mockup coded using React.js

Traffic.Light.Project.mp4

Description

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.

Getting Started

Installing

$ npm install

Executing program

$ npm run start