Short exercise to display an image of an analog clock, set to the current time. Setting the time is done via JS, but the clock and animation of the hands is all CSS.
You'll need the node and npm/yarn installed.
All other dependencies are included, so run npm install or yarn install
Run the server with node index.js
Navigate to http://localhost:8080 in the browser