An open API service indexing awesome lists of open source software.

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.

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.