2021-09-19 19:26:32 +02:00
2021-07-04 12:33:35 +02:00
2021-07-04 16:37:21 +02:00
2021-07-04 16:37:21 +02:00
2021-07-04 16:37:21 +02:00
2021-09-19 19:26:32 +02:00

JavaScript Timer

Objective : Make a timer in JavaScript

Installation

  • Go to the Website

  • To set time, you need to add parameters in the URL :
    URL syntax : <URL>?[param1]&[param2]&[...]
    Parameter syntax : <type>=<value>

  • Differents type : seconds, minutes and hours
    If there is not parameters : 5 minutes are in the timer by default (There isn't order for parameters)

    Example :

    https://lucasvbr.github.io/JavascriptTimer/?hours=10&minutes=10&seconds=10
    
S
Description
Timer web app
Readme 79 KiB
Languages
JavaScript 72.2%
HTML 14.7%
CSS 13.1%