During week 7 Bernard and I have built a clock to try and understand better how node and sockets work. Later on I decided to represent the time as a HEX colour value which goes from #000000 to #235959. For this reason the color is always quite dark.
- Javascript
- JQuery
- HTML/CSS
- Node.js
- Express.js
- Socket.io
https://clock-node.herokuapp.com/
Clone the repo:
$ git clone https://github.com/elenagarrone/clock_node.git
Change into the directory:
$ cd clock_node
Supposing you have installed Node.js and npm, type:
$ npm install
# this will install the packages inside of the package.json file
and then:
$ npm start
#then on the browser go to:
localhost:3000