Skip to content

Commit

Permalink
fix: fix broken link to life demo
Browse files Browse the repository at this point in the history
  • Loading branch information
sirPixieJerry committed Mar 21, 2024
1 parent 18c685c commit 169baf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ I became intrigued by the potential of the Document Object Model (DOM) and the u
The eye is constructed using a combination of div and SVG elements and is interactive, responding to user clicks. Upon clicking, a random RGB code is generated to color the relevant element. A mechanic is implemented to track the user's actions in the background. After five seconds of inactivity, the mechanic triggers a playback of the recorded actions, restoring the eye's colors to their original state. That's the gist of it.

<a name="live-demo"></a>
Visit the [life demo](sirpixiejerry.github.io/dop-eye/) to try it yourself.
Visit the [life demo](https://sirpixiejerry.github.io/dop-eye) to try it yourself.

### DEVELOPER ROADMAP <a name="roadmap"></a>

Expand Down

0 comments on commit 169baf9

Please sign in to comment.