Aurea-Li / js-digital-clock

Project: Create a clock that runs in the browser using JavaScript and jQuery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digital Clock

Create a digital clock in your browser!

This is an individual Stage 1 project.

Getting Started

  • Create a function which will do all of the work to calculate and show the time.

  • Use the Date Library in Javascript to retrieve the current date and time information. Use the different methods that are provided to you for retrieving the individual hour, minute and second information.

  • Use the setInterval method to utilize the function you've created to update each second.

Your solution will include one CSS file which contains your page styles, one JS file which contains your clock logic and one HTML file which contains your page structure and loads the CSS and JS resources.

Added fun!

  • Update your clock to have world clock functionality which will show four different clocks in four different timezones of your choice
  • Update your clock to show the full date with the day of the week, and the month, day and year

About

Project: Create a clock that runs in the browser using JavaScript and jQuery


Languages

Language:JavaScript 44.3%Language:HTML 36.5%Language:CSS 19.1%