A simple JavaScript-based countdown timer that displays the time remaining until the next New Year. It shows the number of days, hours, minutes, and seconds left, updating every second.
- Live Countdown: Displays the time remaining until the next New Year.
- Current Time: Displays the current date and time for reference.
- Real-Time Update: The countdown updates every second.
- HTML: Structures the page and places the elements for the countdown and current time.
- CSS: Styles for the page, not included in the provided code but can be added.
- JavaScript: Handles the countdown logic and updates the page every second.
- Open the newYears_txt.html file in a web browser.
- The countdown timer will automatically begin and update every second.
This program was developed as part of an assignment for my programming class. The folder names and structure reflect the required naming convention for class submissions.