Skip to content

AntonArt-programmer/DeadlineClock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deadline Clock

Countdown timer four your`s deadlines

Installing

git clone https://github.com/xDiaym/deadlineClock.git  # Clone repo
cd DeadlineClock

Now you should insert your deadline into the config.json file, as shown in the example below

{
  "year": 1970,
  "month": 0,
  "day": 1,
  "hour": 0,
  "minute": 0,
  "second": 0
}

PLEASE NOTE THAT YOU NEED TO ENTER A MONTH - 1
Hour, minute, second fields are optional

npm install
npm start

License

This project is licensed under BSD 3 Clause

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.4%
  • HTML 12.3%
  • CSS 6.3%