A modern, multifunctional clock application built with Electron + React + TypeScript.
- Modern Calculator (Scientific and Simple)
- Global Clock and Timer (Real-time)
- Digital Compass (with "geolocation")
- Smart Scale (Sensor integration)
- Interactive Calendar (with Task Manager)
- Electron: Cross-platform desktop application framework
- React: Component-based UI library
- TypeScript: Type-safe JavaScript
- Tailwind CSS: Modern utility-first styling
- Lucide React: Beautiful icon library
clock/
βββ src/
β βββ components/
β β βββ common/ # Shared components
β β βββ layout/ # Layout components (sidebar, header)
β β βββ modules/ # Feature modules
β β βββ calculator/
β β βββ clock/
β β βββ compass/
β β βββ scale/
β β βββ calendar/
β βββ styles/ # Global styles
β βββ hooks/ # Custom React hooks
β βββ utils/ # Utility functions
β βββ types/ # TypeScript type definitions
βββ public/ # Static assets
βββ assets/ # Application icons and images
βββ package.json
npm installnpm run devnpm run build- Modular Architecture: Each module is independent and self-contained
- Clean Code: Follows SOLID principles and best practices
- Type Safety: Full TypeScript coverage
- Modern Design: Apple-inspired dark theme with smooth animations
- Responsive: Adapts to different window sizes
MIT