https://github.com/lstedmanfalls/countdown
A bare bones raw Javascript timer that works by manipulating innerHTML
https://github.com/lstedmanfalls/countdown
countdown datetime javascript
Last synced: 11 months ago
JSON representation
A bare bones raw Javascript timer that works by manipulating innerHTML
- Host: GitHub
- URL: https://github.com/lstedmanfalls/countdown
- Owner: Lstedmanfalls
- Created: 2021-08-30T17:38:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T14:52:14.000Z (about 2 years ago)
- Last Synced: 2025-01-12T10:08:14.151Z (about 1 year ago)
- Topics: countdown, datetime, javascript
- Language: JavaScript
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Countdown Timer
A bare bones raw Javascript timer that works by manipulating innerHTML.
To run in VSCode:
- Install the Live Server extension - Open VSCode, type ctrl+P, type ext install ritwickdey.liveserver
- Right click index.html and click Open with Live Server
