Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

New Years Countdown

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.

Features

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

Technologies

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

How to Run

  1. Open the newYears_txt.html file in a web browser.
  2. The countdown timer will automatically begin and update every second.

About This Project

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.