项目作者: jycoding107

项目描述 :
Asp.Net MVC C# Countdown Timer
高级语言: JavaScript
项目地址: git://github.com/jycoding107/countdown-timer.git
创建时间: 2020-02-29T22:28:46Z
项目社区:https://github.com/jycoding107/countdown-timer

开源协议:

下载


Asp.Net MVC C# Countdown Timer Full Source Code

In “/Home/Index.cshtml”, when users input the hour,minute,second and then click on the Start button, the inputs are submitted to PostCountdownTimer action in Home controller. In the action, we get the end time by adding hour,minute,second to DateTime.Now and assign this end time value to Session[“EndTime”]. Then, assign Session[“EndTime”] value to TempData[“EndTime”] because TempData[“EndTime”] value is going to be used in the script section of “/Home/Index.cshtml” to calculate the duration of the time now with the TempData[“EndTime”] and display the remaining time every single second.


Video Demo


https://youtu.be/EIfPN4xaoKU


Features




  • Enter Hour, Minute, Second that you need to be counting down from

  • Display remaining time

  • Display popup when times up

  • Play audio when times up

  • Reset Timer



Screenshots