Skip to content

ahmedramadan01/FibClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published