Measure your reaction skills with this simple web application. Visit f1-lights to try it.
This application is built using VueJS, Bootstrap and Flexbox. If you're interested in extending this project, use these steps:
git clone https://github.com/jan25/f1-lights.git
cd f1-lights
npm install
npm run serve # run local dev server at localhost:8080
npm run build # build production build
This application is a reimplementation of https://f1-start.glitch.me/ which i intially found in this video https://youtu.be/BhLr43elNCE?t=508. Credits to @jakearchibald for this simple idea and his neat implementation.