mirror of
https://github.com/LucasVbr/timer.git
synced 2026-05-13 17:22:04 +00:00
19 lines
421 B
Markdown
19 lines
421 B
Markdown
# JavaScript Timer
|
|
|
|
Objective : Make a timer in JavaScript
|
|
|
|
[Link to demo](https://lucasvbr.github.io/javascript-timer/?time=300)
|
|
|
|
## Installation
|
|
|
|
- **Download** the repository and **execute** the `index.htm` file in your navigator
|
|
|
|
- To set time, you need to edit the url and add `?time=<number_of_seconds>`
|
|
Example :
|
|
|
|
```url
|
|
https://lucasvbr.github.io/javascript-timer/index.htm?time=500
|
|
```
|
|
|
|
|