https://github.com/donavon/binclock
A binary clock written in React using TypeScript
https://github.com/donavon/binclock
Last synced: 4 months ago
JSON representation
A binary clock written in React using TypeScript
- Host: GitHub
- URL: https://github.com/donavon/binclock
- Owner: donavon
- License: mit
- Created: 2020-07-06T16:29:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-07T03:23:49.000Z (5 months ago)
- Last Synced: 2025-06-03T19:57:42.878Z (4 months ago)
- Language: TypeScript
- Size: 2.43 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BinClock

A simple binary clock written in TypeScript using ReactJS.
Each row contains two digits. In the example above, the time is `12:39:34`.
### Live Demo
See it running live at [binclock.dwe.st](https://binclock.dwe.st).
### Edit on CodeSandbox
Edit/run the code live on [CodeSandbox](https://githubbox.com/donavon/binclock)
## LICENSE
© Donavon West. Released under [MIT](LICENSE).