A simple C# console application that functions as a countdown timer. Enter a time, and control the countdown with keyboard inputs.
- Set custom countdown duration (minutes and seconds)
- Start, pause, and reset the timer
- Quit anytime
- Clear display updates each second
- Prevents restarting once the countdown is complete (until reset)
Key | Action |
---|---|
Spacebar | Start/Pause timer |
R | Reset timer |
Q | Quit application |
- Clone or download the repository.
- Open the project in your C# IDE (e.g., Visual Studio).
- Build and run the application.
- Enter the minutes and seconds for your countdown.
- Control the timer with the keyboard as described above.