https://github.com/bladeski/countdown-timer-example
Example code for usage of the Countdown Timer web component
https://github.com/bladeski/countdown-timer-example
parceljs scss typescript web-components
Last synced: 2 months ago
JSON representation
Example code for usage of the Countdown Timer web component
- Host: GitHub
- URL: https://github.com/bladeski/countdown-timer-example
- Owner: bladeski
- Created: 2022-11-22T13:07:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T16:20:33.000Z (over 3 years ago)
- Last Synced: 2025-01-18T11:16:13.170Z (over 1 year ago)
- Topics: parceljs, scss, typescript, web-components
- Language: SCSS
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Countdown
## About
This is a lightweight, accessible and customisable countdown timer application built with TypeScript and SASS and packaged with ParcelJS.
## Getting Started
To get started, make sure you have [Yarn installed globally](https://classic.yarnpkg.com/en/docs/install), clone the repo, run `yarn i` to install and `yarn start` to run locally. Then simply browse to [http://localhost:1236](http://localhost:1236).
To view a demo, check out [https://bladeski.github.io/countdown-timer-example/](https://bladeski.github.io/countdown-timer-example/)