/world-times

🕰️ Custom-built World Clock for one customer, displaying local time for their requested cities ⚙️ Tools Used: JavaScript, Vite, Pico CSS, and Luxon library ✨LIVE DEMO✨

Primary LanguageJavaScript

World Times

  • A simple "world clock" showing the local time for a few selected cities across the globe.

Live Demo

A demo of this app can be viewed here

Built With

Installation

To get a local copy up and running, follow the steps below:

  • Install NPM

    npm install npm@latest -g

  • Install NPM packages

    npm install

  • Run on local development server

    npm run dev

  • Deploy production build

    npm run build

By default, the build output will be placed at dist. Deploy the dist folder to your preferred platform.

Acknowledgements