Timer Console
|
Timer Console is a lightweight C++ terminal application designed for Unix-based systems. It provides robust timekeeping functionality with support for:
Timer Console is built with modularity in mind, with each core feature separated into its own class:
Timer
: Handles countdown logic and time formatting.Alarm
: Schedules alarms based on user-defined system times.Stopwatch
: Tracks elapsed time and supports lap features.These classes are designed for clarity, testability, and future extensibility.
Compile the application with your preferred C++ compiler:
Follow the in-terminal prompts to create timers, set alarms, or use the stopwatch.
Developed by Ryan Large