hdptrck / count-up-timer

A count up timer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

count-up-timer

A count up timer that counts up from a specific date.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development.

Installing

First of all you have to clone the repository. Replace the values in the index.js file.

let utcYear = 2020,
    utcMonth = 1,
    utcDay = 1,
    utcHour = 0,
    utcMinute = 0,
    utcSeconds = 0;

Built With

Authors

  • Patrick Heid - Initial work - hdptrck

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A count up timer

License:MIT License


Languages

Language:JavaScript 64.8%Language:HTML 32.7%Language:CSS 2.5%