An open API service indexing awesome lists of open source software.

https://github.com/kazvee/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✨
https://github.com/kazvee/world-times

javascript luxon pico-css vite

Last synced: 3 months ago
JSON representation

🕰️ 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✨

Awesome Lists containing this project

README

        

# 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](https://world-times.surge.sh/)

## Built With

- [Vite](https://vitejs.dev/)
- [Pico.css](https://picocss.com/)

## 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

- Date & Time library: [Luxon](https://www.npmjs.com/package/luxon)
- Flag icons: [flag-icons](https://www.npmjs.com/package/flag-icons)
- [Earth Globe](https://icons8.com/icon/111459/earth-globe) favicon by [Icons8](https://icons8.com/)