Web Basics
Countdown Timer
Count down to any moment — days, hours, minutes, seconds, ticking live.
Pick a date and watch the clock run down to it. You'll learn how to make something happen repeatedly over time with setInterval, and how to do arithmetic with dates.
What's inside
- Live days / hours / minutes / seconds display
- setInterval and clearInterval, done correctly
- Date math without a library
- A friendly "it's time!" state at zero
- Light & dark mode, no dependencies
Quickstart
$ curl -LO https://devai.io/downloads/countdown-timer.zip$ unzip countdown-timer.zip && cd countdown-timer$ open index.html # or just double-click the file
about this tutorial
A devai.io starter tutorial — your introduction to doing things on a timer.
More in Web Basics
view allWeb Basics
Tip Calculator
Your first interactive page: type a bill, see the tip update live.
HTMLCSSJavaScript
View template zip + preview
Web Basics
To-Do List
Keep a list, tick things off, and have it still be there after a refresh.
HTMLCSSJavaScriptlocalStorage
View template zip + preview
Web Basics
Dark Mode Toggle
A theme switch that remembers your choice — the feature every site wants.
HTMLCSSJavaScriptlocalStorage
View template zip + preview