DenverCoder1 / countdown

Website to display a countdown timer to a specified date.
http://eyl327.mywebcommunity.org/countdown/
4 stars 20 forks source link
beginner-friendly countdown countdown-clock countdown-javascript countdown-timer first-timers-only hacktoberfest time-and-date-diff timer timer-clock

Countdown Timer

Website to display a countdown timer to a specified date.

Table of Contents

Create a countdown using the UI

View the demo at http://eyl327.mywebcommunity.org/countdown/

Create a countdown by passing url parameters

Fields:

Example:

http://eyl327.mywebcommunity.org/countdown/?d=20201231T2359&tz=%2B3&msg=New%20Year%27s%20Eve&font=Righteous&bg=https%3A%2F%2Fi.imgur.com%2FHcD6od4.jpg

Screenshots

Create a Countdown

Countdown 1

Countdown 2

Countdown 3

Contributing

Video tutorial: How to make a Pull Request with Github Desktop

  1. Fork this repository and clone your repo to your computer

git fork https://github.com/DenverCoder1/countdown.git

  1. Create a new branch

git checkout -b new_branch (where new_branch is the feature you are working on)

  1. Set up a local or hosted web server to test your code

This can be done with XAMPP

  1. Make your changes to the code

  2. When it is ready, submit a PR from your forked repository