/countdown-to-anything

Just a simple mobile-friendly countdown web page.

Primary LanguageJavaScript

Countdown to Anything Responsive Web Page

The world's most simple countdown to any event page. See demo.

How to configure:

  1. Clone / Download this repo.
  2. Rename config**-sample**.php to config.php and then - fill your event details. Options available:
  • $deadline (mandatory) - add a date in any supported by javascript new Date() format.
  • $message (mandatory) - add your event details, you can use just plain text or html tags too.
  • $image (optional) - add a url to any image you want
  • $lang (optional) - default is 'en' for English, you can set it to 'bg' for Bulgarian.
  1. Upload your page anywhere you want.

Released under the MIT License, do whatever you want with this one.