Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 387 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 387 Bytes

fibonacci-clock-react

Fibonacci Clock - React implementation

How to run

cd fibonacci-clock-react/
npm install

npm start

Acknowledgement

  • The idea of the Fibonacci clock comes from here
  • Very easy to follow React tutorials from here