This project displays the current time in both digital and analog formats using JavaScript, HTML, and CSS.
- Clone the repository:
git clone https://github.com/DriZy/JS-Playground-By-T/tree/clock-with-vanila-js
- Navigate to the project directory:
cd clock-with-vanila-js
- Open
index.html
in your web browser to view the clock.
- The digital clock displays the current time in
HH:MM:SS
format. - The analog clock shows the current time with hour, minute, and second hands.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
This project is licensed under the MIT License.