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

https://github.com/cianhub/javascript-clock

Javascript Clock is a simple web application that displays the time in real time on a javascript clock-face.
https://github.com/cianhub/javascript-clock

clockface css html javascript

Last synced: 6 months ago
JSON representation

Javascript Clock is a simple web application that displays the time in real time on a javascript clock-face.

Awesome Lists containing this project

README

          

# Javascript Clock

Javascript Clock is a simple web application that displays the time in real time on a javascript clock-face.

### Design

The application utilises a minimal design consisting of a HTML and CSS created clock-face.

## Features

The applications main feature is to display the time with real-time feedback on a clock-face.

## Technologies Used

- [HTML](https://www.w3.org/)
- The project uses **HTML** to create the watch-face.

- [CSS](https://www.w3.org/)
- The project uses **CSS** to style the watch-face.

- [JavaScript](https://developer.mozilla.org/bm/docs/Web/JavaScript)
- The project uses **JavaScript** to write the apps logic.

## Deployment

This project was deployed to GitHub Pages and can be viewed at:

## Installation

1. Clone repository.
2. Open index.html in a web browser.

## Credits

### Acknowledgements

- The idea for the project came from the 30 day coding challenge at [Javascript30.com](https://javascript30.com/)