This is a simple clock application written in Vanila JavaScript. It displays the current time and date, and allows users to toggle the visibility of the time display. This project form part of a global proyect to practice Vanilla JavaScript.
- Open
https://dvzzdev.github.io/Clock/
in a web browser. - The clock by default are off.
- Click the "Turn ON" button to show the time display.
- Click the "Turn OFF" button to hide the time display.
- Current Time Display: Shows the current time in hours, minutes, and seconds.
- Date Display: Shows the current date in day/month/year format.
- Toggle Display: Allows users to toggle the visibility of the time display.
- HTML
- CSS
- JavaScript (vanilla)