Skip to content

nmalkin/speaker-countdown-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speaker Countdown Timer

This is a simple countdown timer designed for showing speakers how much of their allotted time is left.

To minimize distraction, it shows, at first, only the (rounded) number of minutes. Once two minutes are left, the exact time remaining is displayed. When time runs out, the countdown turns negative and continues.

The software is made using React and Create React App and can be hosted statically. To build it, run npm run build.