An open API service indexing awesome lists of open source software.

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.

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!