https://github.com/alessandroconti11/web_clock
This project implements a simple clock in HTML, CSS and JavaScript.
https://github.com/alessandroconti11/web_clock
analog-clock clock css digital-clock html javascript js stopwatch
Last synced: 5 months ago
JSON representation
This project implements a simple clock in HTML, CSS and JavaScript.
- Host: GitHub
- URL: https://github.com/alessandroconti11/web_clock
- Owner: AlessandroConti11
- License: mit
- Created: 2025-01-25T10:17:36.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-02-16T11:58:39.000Z (11 months ago)
- Last Synced: 2025-03-18T00:11:24.944Z (10 months ago)
- Topics: analog-clock, clock, css, digital-clock, html, javascript, js, stopwatch
- Language: JavaScript
- Homepage: https://alessandroconti11.github.io/Web_Clock/
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web_Clock
Author: Alessandro Conti - [AlessandroConti11](https://github.com/AlessandroConti11)
License: [MIT license](LICENSE).
Tags: `#analog_clock`, `#clock`, `#CSS`, `#digital_clock`, `#HTML`, `#javascript`, `#JS`, `#stopwatch`.
## Specification
The project aims to develop an interactive visualization of an analog clock, a digital clock and a stopwatch using HTML, CSS and JavaScript technologies.
The analog clock has a faithful representation of the hands, which move dynamically according to the current time.
The digital clock, on the other hand, will display the time in numerical format, updated in real time.
The stopwatch will measure the amount of time between its activation and deactivation including laps.
## How to see
To see the result you can click the following link: [Web_Clock](https://alessandroconti11.github.io/Web_Clock/).
## Contribute
- If you find a security vulnerability, do NOT open an issue. Email [Alessandro Conti](mailto:ale.conti.1101@gmail.com) instead.
- If you find a bug or error or want to add some other function that is not implemented yet
1. **FORK** the repo
2. **CLONE** the project to your own machine
3. **COMMIT** to your own branch
4. **PUSH** your work back up to your fork
5. submit a **PULL REQUEST** so that I can review your changes
> NOTE: Be sure to merge the latest from "upstream" before making a pull request!