https://github.com/jonikanerva/time
Convert a time to your local timezone.
https://github.com/jonikanerva/time
parcel react typescript
Last synced: about 1 month ago
JSON representation
Convert a time to your local timezone.
- Host: GitHub
- URL: https://github.com/jonikanerva/time
- Owner: jonikanerva
- Created: 2020-12-25T07:36:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T11:48:19.000Z (almost 2 years ago)
- Last Synced: 2025-05-21T05:13:20.842Z (about 1 year ago)
- Topics: parcel, react, typescript
- Language: TypeScript
- Homepage: https://time.calmdonut.com
- Size: 605 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Time
Convert a time to your local timezone.
Timezone conversion tools are too complicated. Most of the time one only needs to know what a specific time is on your timezone. This is the tool for that. Visit, bookmark, and add to your home screen. https://time.calmdonut.com
## Tech
This is a single page [React][react] app written in [TypeScript][typescript]. [Parcel][parcel] is used for building, [Prettier][prettier] for code formatting, [eslint][eslint] for static analysis, [yarn][yarn] for package manager, and [nvm][nvm] for managing the Node version.
## Setup
Install and set the corret Node version with `nvm install && nvm use`.
Install dependencies with `yarn install`.
Run static analysis and linters with `yarn lint`.
## Running
Build production application with `yarn build`.
Start application in dev/watch mode with `yarn start`.
[nvm]: https://github.com/creationix/nvm/
[prettier]: https://prettier.io
[react]: https://reactjs.org
[eslint]: https://eslint.org
[typescript]: https://www.typescriptlang.org
[parcel]: https://parceljs.org
[yarn]: https://yarnpkg.com