A beautiful clock application with smooth flip animations built using modern web technologies. The app features a sleek design with a frosted glass effect and responsive layout. Available for desktop and Android platforms.
Warning
This project is still a work in progress and may contain bugs or incomplete features.
I am still learning how to use Tauri, so the codebase may not be optimal.
- Real-time digital clock display
- Smooth card flip animations for each digit
- Responsive design that adapts to screen size
- Modern frosted glass UI with gradient background
- Cross-platform support (Desktop & Android)
- Tauri - Lightweight framework for building cross-platform applications
- SvelteKit - Full-stack JavaScript framework
- TailwindCSS - Utility-first CSS framework
- Install dependencies:
npm install
- Run in development mode:
npm run tauri dev
- Build for production:
npm run tauri build
Requirements:
- Android Studio
- Android SDK (minimum SDK 24)
- Rust Android targets
- Add Android targets to Rust:
rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android
-
Open the Android project in android
-
Build using Android Studio or run:
./gradlew assembleDebug
- The APK will be generated in
src-tauri/gen/android/app/build/outputs/apk/
npm run dev
- Start development servernpm run build
- Build for productionnpm run preview
- Preview production buildnpm run check
- Type-check the codebasenpm run tauri
- Run Tauri commands
- Fork the repository
- Create a new branch
- Make your changes
- Submit a pull request
- Tauri Apps for the amazing framework
- SvelteKit for the robust dev experience
- TailwindCSS for the utility classes