Edit README.md

This commit is contained in:
Tchi
2021-07-04 13:56:47 +02:00
parent 581ac96aca
commit fa0a0fc1aa
2 changed files with 19 additions and 1 deletions
+17 -1
View File
@@ -1,2 +1,18 @@
# JavaScript Timer
Objective : Make a timer in JavaScript
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
```
+2
View File
@@ -1,3 +1,5 @@
// NOT USED CURRENTLY
class Timer {
/**