Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxching/js-timer
vanillajs countdown timer
https://github.com/foxching/js-timer
countdown-clock javascript timer vanillajs
Last synced: about 13 hours ago
JSON representation
vanillajs countdown timer
- Host: GitHub
- URL: https://github.com/foxching/js-timer
- Owner: foxching
- Created: 2019-02-15T00:30:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:47:38.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T07:59:39.172Z (over 1 year ago)
- Topics: countdown-clock, javascript, timer, vanillajs
- Language: JavaScript
- Homepage:
- Size: 1.42 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Countdown Clock
A styled vanilla Js countdown clock
### Screenshot
![light theme](https://github.com/foxching/timer/blob/master/src/img/timer.png)### Quick Start
```bash
# Install Parcel globally
npm install -g parcel-bundler# Serve on localhost:1234
parcel index.html# Compiled code in ./dist
```### Author
Rechie Lagria### Version
1.0.0