https://github.com/kapilsinghnegi/custom-countdown
Lets the user countdown to a date. Using localStorage, the countdown data gets saved in the browser.
https://github.com/kapilsinghnegi/custom-countdown
css custom-countdown date dom html javascript localstorage
Last synced: about 1 month ago
JSON representation
Lets the user countdown to a date. Using localStorage, the countdown data gets saved in the browser.
- Host: GitHub
- URL: https://github.com/kapilsinghnegi/custom-countdown
- Owner: kapilsinghnegi
- Created: 2024-01-11T13:19:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T18:43:03.000Z (over 1 year ago)
- Last Synced: 2024-01-15T06:50:26.032Z (over 1 year ago)
- Topics: css, custom-countdown, date, dom, html, javascript, localstorage
- Language: JavaScript
- Homepage: https://kapilsinghnegi.github.io/custom-countdown/
- Size: 2.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Countdown
A countdown timer which starts counting down to the target date. It utilzes localStorage to keep the user's countdown data so that everytime they return back, they see their countdown going down.