This is a simple program that shows the current Time in the web browser. The Program is done using HTML, CSS and vanilla Javascript.
This program is created to understand the basic fundamentals of javascript.
-
Install a code editor.
-
Install Go Live Server extension (in case of VS Code) or similar extensions in respective editors.
-
(Optional) **_Prettier extension for formating the document or similar extensions in respective editors.
-
Clone the repo
-
Right click on the
.html
file and click on Open in Live Server
-
Basic HTML and CSS
-
Basics of Javascript
-
How to integrate Javascript, CSS to the HTML page
-
How to dynamically change the value of a HTML element using Javascript
-
How to dynamically style the page with the CSS class