A desktop stopwatch app built on C# with Avalonia UI.
https://docs.google.com/spreadsheets/d/1ow2_kSaK9p1-H80DtlsnS5SXqDOor487LlQi48xFuQk/edit?usp=sharing
- Timer Controls: Start, pause, resume, reset, and stop.
- Live Display: Elapsed time shown as
hh:mm:ss, counting seconds → minutes → hours. - Tested Logic: Stopwatch logic built test-first with xUnit.
dotnet run --project src/Appdotnet test tests/Testssrc/App/StopwatchTimer.cs: Stopwatch logicsrc/App/MainWindow.axaml: UI layoutsrc/App/MainWindow.axaml.cs: Button handlers & timertests/Tests/StopwatchTimerTests.cs: Unit tests
