From bcc35e55d4de0ee7696bcf50ee2727ff9d9ddfa2 Mon Sep 17 00:00:00 2001 From: sumn2u Date: Mon, 6 Oct 2025 07:20:30 -0400 Subject: [PATCH] added stopwatch demo app --- en/beginner-projects/simple-stopwatch.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/en/beginner-projects/simple-stopwatch.md b/en/beginner-projects/simple-stopwatch.md index 4912f18a..e8cd9e85 100644 --- a/en/beginner-projects/simple-stopwatch.md +++ b/en/beginner-projects/simple-stopwatch.md @@ -21,3 +21,12 @@ Create a simple stopwatch app that lets users start, stop, and reset a timer to Add lap functionality to record and display multiple time splits. +## Live Demo +
+ +