A simple digital clock project built using HTML, CSS, and JavaScript.
- Displays the current time in 12-hour format with AM/PM.
- Updates every second automatically.
- Uses JavaScript for dynamic time updates.
- Styled with CSS for a clean and minimal look.
π Project Folder
βββ π index.html (HTML structure)
βββ π style.css (Styling)
βββ π index.js (Clock logic)
- Clone the repository:
git clone https://github.com/your-username/your-repo-name.git
- Open the
index.html
file in your browser.
https://vanshdhiwar09.github.io/Digital-Clock-program-in-js/