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

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.

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