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✨
- Host: GitHub
- URL: https://github.com/kazvee/world-times
- Owner: kazvee
- Created: 2023-02-11T04:38:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T23:59:50.000Z (8 months ago)
- Last Synced: 2025-02-02T07:22:54.608Z (5 months ago)
- Topics: javascript, luxon, pico-css, vite
- Language: JavaScript
- Homepage: https://world-times.surge.sh/
- Size: 28.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)