A feature-rich digital clock application built with C++, HTML, CSS, and JavaScript with SQLite database.
- β° Digital & Analog Clock - Real-time display with milliseconds
- π Alarms - Set multiple alarms with custom labels
- β±οΈ Stopwatch - Precision stopwatch with lap recording
- β²οΈ Timer - Countdown timer with visual progress
- π World Clock - Multiple timezone support
- π¨ Theme Switcher - Dark/Light mode
- πΎ Database Storage - SQLite for persistent data
- π± Responsive Design - Works on all devices
- Visual Studio Code
- MinGW-w64 (GCC compiler)
- CMake
- SQLite3
-
Install MinGW-w64
- Download from: https://sourceforge.net/projects/mingw-w64/
- Add to PATH:
C:\mingw64\bin
-
Install CMake
- Download from: https://cmake.org/download/
- Add to PATH during installation
-
Install SQLite3
# Download SQLite from https://www.sqlite.org/download.html # Extract to C:\sqlite3 # Add C:\sqlite3 to PATH