https://github.com/samantha-ruth/simple-timer
Timer with a border
https://github.com/samantha-ruth/simple-timer
css fontawesome-icons html javascript
Last synced: over 1 year ago
JSON representation
Timer with a border
- Host: GitHub
- URL: https://github.com/samantha-ruth/simple-timer
- Owner: Samantha-Ruth
- Created: 2023-09-12T12:59:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T20:20:11.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T05:20:16.523Z (over 1 year ago)
- Topics: css, fontawesome-icons, html, javascript
- Language: JavaScript
- Homepage: https://samantha-ruth.github.io/Simple-Timer/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple-Timer
A timer with a border that will count down from the default or user-entered seconds to zero. The border of this animation matches the amount of time entered by the user, and the user can start,stop, and click on the countdown to set the timer to a different amount.

## Notes
Timer was created using a DOM centric approach to get an idea of the benefits and drawbacks of storing data within the DOM.
## Link to timer
Github: https://github.com/Samantha-Ruth/Simple-Timer
Deployed Page: https://samantha-ruth.github.io/Simple-Timer