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