An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Svelte binary-coded decimal clock


Binary clock logo

## Description

This small project shows a [binary-coded decimal clock](https://en.wikipedia.org/wiki/Binary_clock) written in [Svelte3](https://svelte.dev
).

Results mockup

## 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
```