Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulgreg/timezones
A simple React app to display time in different time zones
https://github.com/paulgreg/timezones
es6 javascript pwa react timezones
Last synced: 3 months ago
JSON representation
A simple React app to display time in different time zones
- Host: GitHub
- URL: https://github.com/paulgreg/timezones
- Owner: paulgreg
- License: mit
- Created: 2018-04-15T09:13:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T21:27:44.000Z (8 months ago)
- Last Synced: 2024-06-22T09:52:43.874Z (8 months ago)
- Topics: es6, javascript, pwa, react, timezones
- Language: JavaScript
- Homepage: https://paulgreg.me/timezones/
- Size: 1.37 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# timezones
A simple React Progressive Web App (PWA) to display times in different time zones.
## Build the PWA
`npm run build`
## Self-hosting the PWA
You can simply checkout the branch `gh-pages` (already built) or build the application (see above) then copy the `build` folder on your server.
## Resources
- That project use [timezones.json](https://github.com/dmfilipenko/timezones.json) from Dmytro Filipenko.
- Analog clock is heavily inspired by [mohebifar’s](https://twitter.com/mohebifar) [codepen example](https://codepen.io/mohebifar/pen/KwdeMz).Icons are from :
* [Piotr Adam Kwiatkowski](http://ikons.piotrkwiatkowski.co.uk/)
* [smashicons](https://www.flaticon.com/authors/smashicons) licensed by [Creative Commons BY 3.0](http://creativecommons.org/licenses/by/3.0/)
* [fjstudio](https://www.flaticon.com/authors/fjstudio) licensed by [Creative Commons BY 3.0](http://creativecommons.org/licenses/by/3.0/)Thanks !