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.
- Host: GitHub
- URL: https://github.com/cianhub/javascript-clock
- Owner: CianHub
- Created: 2018-08-25T22:30:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T22:35:58.000Z (over 7 years ago)
- Last Synced: 2025-03-26T01:26:26.394Z (10 months ago)
- Topics: clockface, css, html, javascript
- Language: HTML
- Homepage: https://cianhub.github.io/javascript-clock/
- Size: 906 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)