Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T21:57:03.000Z (11 months ago)
- Last Synced: 2023-12-10T19:43:24.806Z (11 months ago)
- Topics: countdown, datetime, javascript
- Language: JavaScript
- Homepage:
- Size: 66.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