meduzen / concentric-time

A simple and fun way to view the time!

Home Page:https://concentric-time.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concentric Time

A simple and fun way to view the time!


Screenshots

Dark mode

dark mode

Light mode

light mode


Dev

This project uses Dioxus (a Rust-Wasm framework) and does also require some Node to run the Tailwind CLI (CSS framework) to build the stylesheet.

In one terminal run pnpm run tw:watch to start the Tailwind CLI for styles. In another terminal run trunk serve which bundles the assets and serves at localhost:8080.

Release

First build the CSS with pnpm run tw:build. Then build the app with trunk build --release. Will build locally and push web assets to hosting provider for simplicity of build tooling.

About

A simple and fun way to view the time!

https://concentric-time.onrender.com/


Languages

Language:Rust 87.7%Language:HTML 8.9%Language:CSS 1.7%Language:JavaScript 1.7%