Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alizayayesha/digital-clock
made a Digital clock Ui using jQuery n Sass
https://github.com/alizayayesha/digital-clock
css3-animations html javascript jquery jquery-ui js sass scss
Last synced: 28 days ago
JSON representation
made a Digital clock Ui using jQuery n Sass
- Host: GitHub
- URL: https://github.com/alizayayesha/digital-clock
- Owner: AlizayAyesha
- License: mit
- Created: 2024-07-06T23:33:16.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T23:44:24.000Z (6 months ago)
- Last Synced: 2024-07-07T00:29:37.020Z (6 months ago)
- Topics: css3-animations, html, javascript, jquery, jquery-ui, js, sass, scss
- Language: SCSS
- Homepage: https://alizayayesha.github.io/Digital-Clock/
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digital-Clock
## Using jQueryA simple digital clock implemented using jQuery to display current time dynamically.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Introduction
This project demonstrates a digital clock built with HTML, CSS, and jQuery. It fetches the current time from the user's system and updates the clock display every second. This can be used as a standalone clock widget or integrated into other web applications.
## Features
- Displays hours, minutes, seconds, and period (AM/PM).
- Updates in real-time every second.
- Simple and lightweight implementation using jQuery.
![image](https://github.com/AlizayAyesha/Digital-Clock/assets/68489612/d104e581-3ee3-4d97-a50f-0205088da017)## Usage
Include jQuery in your HTML file:Add the HTML structure for the clock:
Include main.js after jQuery in your HTML file:Open your HTML file in a web browser to see the digital clock in action.
## Contributing
Contributions are welcome! If you have any ideas, suggestions, or improvements, please create a pull request or open an issue.## License
This project is licensed under the MIT License - see the LICENSE file for details.