Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 495 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 495 Bytes

Simple-analog-clock

This is a really simple analog clock made with HTML,CSS and JS.

HTML SVG is created using SVG-Edit with a little CSS and front-end javascript DOM manipulation.

To present this as a simple express app I have initialized with npm.

You must be having Node.JS and npm in your system.

Just type npm install and then run the app using node server.js in your terminal.