https://github.com/thatgirldorian/timer-app-with-javascript
This is an application that allows you to set a timer. It works like a stop watch and can count down from a number of minutes.
https://github.com/thatgirldorian/timer-app-with-javascript
countdown javascript timer-application
Last synced: 3 months ago
JSON representation
This is an application that allows you to set a timer. It works like a stop watch and can count down from a number of minutes.
- Host: GitHub
- URL: https://github.com/thatgirldorian/timer-app-with-javascript
- Owner: thatgirldorian
- Created: 2022-03-29T15:57:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T17:51:42.000Z (about 3 years ago)
- Last Synced: 2025-01-03T18:23:08.282Z (5 months ago)
- Topics: countdown, javascript, timer-application
- Language: JavaScript
- Homepage: https://timer-app1.netlify.app/
- Size: 771 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timer-App-with-JavaScript
This is an application that allows you to set a timer. It works like a stop watch and will count down from a number of seconds. I created it with vanilla JavaScript.
Issues faced & resolution:
I struggled with finding a way to give the circle's stroke attribute a gradient color. However, I was able to resolve this by setting the linearGradient in the def attribute like so:
Technology used:
- HTML
- CSS
- JavaScript
- GitHub
- NetlifyLink to site:
https://timer-app1.netlify.app/Screenshot:
![]()