Skip to content

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.

Notifications You must be signed in to change notification settings

thatgirldorian/Timer-App-with-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
            <defs>
                <linearGradient id="gradient" x1="0%" y1="0%" x2="0%" y2="100%">
                <stop offset="0%" stop-color="#43919B" />
                <stop offset="100%" stop-color="#30AADD" />
                </linearGradient>
            </defs>

Technology used:

  • HTML
  • CSS
  • JavaScript
  • GitHub
  • Netlify

Link to site:

https://timer-app1.netlify.app/

Screenshot:

Screen Shot 2022-04-05 at 9 28 23 PM

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published