https://github.com/frederickroman/binary-clock
Svelte binary-coded decimal clock.
https://github.com/frederickroman/binary-clock
binary-clock svelte svelte3 sveltejs
Last synced: 20 days ago
JSON representation
Svelte binary-coded decimal clock.
- Host: GitHub
- URL: https://github.com/frederickroman/binary-clock
- Owner: FrederickRoman
- License: mit
- Created: 2022-01-28T22:37:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T07:03:31.000Z (3 months ago)
- Last Synced: 2025-02-14T02:29:07.442Z (2 months ago)
- Topics: binary-clock, svelte, svelte3, sveltejs
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Svelte binary-coded decimal clock
![]()
## Description
This small project shows a [binary-coded decimal clock](https://en.wikipedia.org/wiki/Binary_clock) written in [Svelte3](https://svelte.dev
).
## Live website
This project is also available as a public codesandbox:
See [Binary Clock](https://codesandbox.io/s/svelte-decimal-coded-binary-clock-w0nn9).
## Project setup
```
npm install
```### Compiles and hot-reloads
```
npm run dev
```### Builds for production
```
npm run build
```