Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1003 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 1003 Bytes

Fibonacci Clock

Live Demo

The Fibonacci clock lets you know the time more subtly, by changing colours and requiring you do some adding up.

The Fibonacci sequence is the sequence beginning 1, 1 and where each number is the sum of the previous two. Its first five digits are: 1, 1, 2, 3, 5

Which means that it is possible to use them to describe the twelve positions on a clock, and therefore tell the time in 5 minute intervals.

The squares in this clock have side length 1, 1, 2, 3, and 5. The squares lit up in red tell you the hour, and the squares lit up in green give you the minutes (in multiples of five). A square lit up in blue means it is to be added for both hour and minute. White squares are ignored.

How to read the Clock?

red squares represent hours green squares represent minutes blue squares represent hours and minutes.

How to run?

cd my-app npm install npm start