Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 405 Bytes

File metadata and controls

8 lines (4 loc) · 405 Bytes

Simple Tinker ASP.NET core app based off .NetConf 2025 site for embedding a Count Down Clock

Primary Focus Point: TLDR; ::

View the Components/HomePane.razor file and wwwroot/js/clock-functions.js files

This project simply demonstrates how to create a countdown clock using Blazor and JavaScript interop. The countdown clock counts down to a specified target date and time, updating every second.