Skip to content

Commit 0eb3309

Browse files
committed
added digital clock demo
1 parent 7ef7b90 commit 0eb3309

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

en/beginner-projects/digital-clock.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,12 @@ A live digital clock that shows the current time in hours, minutes, and seconds.
2020
## Bonus Challenge
2121
Add different time zones or a stopwatch feature.
2222

23-
23+
## Live Demo
24+
<div align="center">
25+
<iframe src="https://codesandbox.io/embed/wzw6sw?view=preview"
26+
style="width:100%; height: 500px; border:0; border-radius: 4px; overflow:hidden;"
27+
title="interactive-drum-kit"
28+
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
29+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
30+
></iframe>
31+
</div>

0 commit comments

Comments
 (0)