⏱️ Time Utility App
##Description A simple, responsive, and user-friendly Time Utility App that includes a Digital Clock, Stopwatch, and Countdown Timer built using HTML, CSS, and JavaScript. Perfect for daily time-tracking and productivity.
Displays real-time hours, minutes, and seconds 12/24-hour format based on system time Auto-updates every second
Start, Stop, and Reset functionality Accurate millisecond timing Clean and easy-to-read display
Set any time duration Start, Pause, and Reset options Alert when time is up Live Demo: 👉 https://shivaniradha.github.io/Time-Utility-App/
HTML – Structure
CSS – Styling & Layout
JavaScript – Functional Logic
Time-Utility-App/ │ ├── index.html ├── style.css ├── script.js └── assets/
- Open the live website or run the project locally
- Choose between Digital Clock, Stopwatch, or Timer
- Use the controls (Start / Stop / Reset) as needed
git clone https://github.com/ShivaniRadha/Time-Utility-App.git