Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 801 Bytes

README.md

File metadata and controls

32 lines (15 loc) · 801 Bytes

Countdown Timer

State-based timer that counts down to zero

Project 12 - Vanilla JS Academy (Fall 2019)

Part 1

Timer Demo

State-based timer that counts down from 60 seconds to zero

Part 2

Timer Formatted Demo

Format the time in the timer before rendering it into the UI

Part 3

Timer Start / Pause Demo

Add Start, Pause, and Restart buttons to the timer

Part 4

Timer Reactive Data Demo

Modify the timer app to use reactive data