santiagoejm / JS-Clock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS Clock

Welcome to this Project!! This project, is a simple digital clock, that allows you to see the current date and time in a 24hrs format. It's functionality is developed with plain Vanilla JavaScript, using arrow functions to control its functionality.

The Styling was developed with CSS, and it's inspired in a futuristic wall clock. hopefully you will notice the different textures printed in the design.

Current Functionality

  • Display current time in a 24hr (military) format.
  • Display current date in "little endian" (dd-mm-aaaa) format.

Future Functionality to Implement

  • Develop button to give the option to display the time in 24hr-military format or 12hr-ISO 8601 format
  • Develop button to give the option to display the current date in "little endian" (dd-mm-aaaa) format or "big endian" (aaaa-mm-dd) format.

Usage

If you wanna take a quick usage of this project, go to next section and follow the step

Live Demo

Just Click on the next Link: JS_Clock

About


Languages

Language:CSS 40.5%Language:JavaScript 33.5%Language:HTML 25.9%