Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barmiedev/world-time
Simple world-time timezone tracker based on React, TS, React Query and Vite.
https://github.com/barmiedev/world-time
Last synced: 15 days ago
JSON representation
Simple world-time timezone tracker based on React, TS, React Query and Vite.
- Host: GitHub
- URL: https://github.com/barmiedev/world-time
- Owner: barmiedev
- Created: 2023-01-04T12:50:32.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T13:55:44.000Z (about 2 years ago)
- Last Synced: 2024-11-08T14:25:29.269Z (2 months ago)
- Language: TypeScript
- Homepage: https://barmiedev.github.io/world-time/
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# World time tracker
Simple world time tracker - fetching data from worldtimeapi for timezones and displaying it on the screen. The design is responsive.
## Used stuff
- React + Typescript
- React-Query
- ViteJS## To run:
```
npm i
npm run dev
```