@abdul_waheed/countdown_timer
v1.0.0
Published
A countdown project that displays the remaining time until a specified date or event.
Downloads
3
Readme
Countdown Timer
A simple command-line countdown timer tool that allows users to set a timer for a specific duration in seconds. The timer will display the remaining time in minutes and seconds, updating every second until the time is up.
Features
- Set a countdown timer for a specified duration in seconds.
- Displays the remaining time in minutes and seconds.
- Stylish console output using chalk for color and styling.
Usage
Clone the repository:
git clone https://github.com/your-username/countdown-timer.git
Install dependencies:
cd countdown-timer npm install
Run the timer:
npm start
Follow the on-screen instructions to enter the duration of the timer in seconds.
The timer will start counting down, displaying the remaining time in the console.
Once the timer reaches zero, it will display a message indicating that the time has expired.
Dependencies
License
This project is licensed under the ISC License