/world-clock

A small lightweight clock application that displays the current time for a selected timezone

Primary LanguageJavaScript

World Clock

This is a small clock application that displays the current time for the selected time zone.

Instructions

  1. Clone this git repository.
  2. cd into the world-clock directory.
  3. from the command line run npm install.
  4. To run the tests run npm run test.
  5. To start the application run npm run start.

The application is built using React and tested using Mocha.