AnalogClocket is a simple, practical analog clock Static Web App. It runs as a single HTML file with no server or build steps. Open it directly in a browser to view the analog clock and the mini flip-style date display.
- Simple and practical analog clock UI
Static Web Appthat works in a single HTML file- No server, no build steps
- Works by opening the local HTML file in a browser
- Ready for static hosting (e.g., GitHub Pages)
- Low load design
- The clock updates only on second boundaries
- Static elements redraw only on initial render and resize
- Click the GitHub icon at the 30-minute position to open the repository
- Open
index.htmldirectly in a browser - For GitHub Pages, place the file at the repository root and enable Pages on the
mainbranch (root)
- Push this repository to GitHub
- Open the repository settings on GitHub
- Pages -> Build and deployment -> Source:
Deploy from a branch - Branch:
main/ Folder:/ (root)-> Save - Open
https://<your-user>.github.io/AnalogClocket/
- SVG.js (CDN, MIT License)
- When making changes, update the
APP_VERSIONstring inindex.html.
- Apache-2.0
AnalogClocket は、シンプルで実用的なアナログ時計の Static Web App です。 単一の HTML ファイルだけで動作し、サーバーやビルド工程は不要です。 ブラウザで直接開くだけで、アナログ時計とミニフリップ形式の日付表示が動作します。
- シンプルかつ実用的なアナログ時計 UI
- 単一 HTML で完結する
Static Web App - サーバー不要・ビルド不要
- ローカルの HTML ファイルをブラウザで開くだけで動作
- 静的ホスティング(GitHub Pages など)にそのまま配置可能
- 低負荷設計
- 時計は秒境界でのみ更新
- 静的要素は初期描画およびリサイズ時のみ再描画
- 30分位置の GitHub アイコンをクリックすると GitHubリポジトリを開く
index.htmlをブラウザで直接開く- GitHub Pages で公開する場合は、リポジトリのルートに置いて
mainブランチの/(root)を有効化するだけ
- このリポジトリを GitHub に push
- GitHub のリポジトリ設定を開く
- Pages -> Build and deployment -> Source:
Deploy from a branch - Branch:
main/ Folder:/ (root)-> Save https://<your-user>.github.io/AnalogClocket/を開く
- SVG.js(CDN 経由、MIT License)
- 変更を加えたときは
index.htmlのAPP_VERSIONを更新する
- Apache-2.0
