Skip to content

A simple C# console application that functions as a countdown timer. Enter a time, and control the countdown with keyboard inputs.

Notifications You must be signed in to change notification settings

EriksDevelopment/Countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Countdown

A simple C# console application that functions as a countdown timer. Enter a time, and control the countdown with keyboard inputs.

Features

  • 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)

Controls

Key Action
Spacebar Start/Pause timer
R Reset timer
Q Quit application

How to Use

  1. Clone or download the repository.
  2. Open the project in your C# IDE (e.g., Visual Studio).
  3. Build and run the application.
  4. Enter the minutes and seconds for your countdown.
  5. Control the timer with the keyboard as described above.

About

A simple C# console application that functions as a countdown timer. Enter a time, and control the countdown with keyboard inputs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published