A count up timer that counts up from a specific date.
These instructions will get you a copy of the project up and running on your local machine for development.
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;
- Bootstrap - The CSS library used
- Darkmode.js - Add a Dark Mode
- Font Awesome - Used Icons
- Patrick Heid - Initial work - hdptrck
This project is licensed under the MIT License - see the LICENSE file for details