https://github.com/eason-dev/timezone-converter
Timez - Compare timezone for you
https://github.com/eason-dev/timezone-converter
nextjs timezone timezone-conversion web
Last synced: 10 days ago
JSON representation
Timez - Compare timezone for you
- Host: GitHub
- URL: https://github.com/eason-dev/timezone-converter
- Owner: eason-dev
- License: mit
- Created: 2024-02-27T21:26:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-29T07:51:30.000Z (10 months ago)
- Last Synced: 2025-07-29T08:45:19.195Z (10 months ago)
- Topics: nextjs, timezone, timezone-conversion, web
- Language: TypeScript
- Homepage: https://timez.eason.ch
- Size: 5.76 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Timez - Time Zone Converter




About |
Features |
Screenshots |
Technologies |
Requirements |
Starting |
License |
Author
## :dart: About
A timezone converter that allows users to convert time between different timezones and compare overlapping time periods.
## :sparkles: Features
:heavy_check_mark: Convert time between different timezones;\
:heavy_check_mark: Compare overlapping time periods;\
:heavy_check_mark: Dark mode support;
## :camera: Screenshots

## :rocket: Technologies
The following tools were used in this project:
- [Next.js](https://nextjs.org/): For server-side rendering and routing
- [TypeScript](https://www.typescriptlang.org/): For type safety
- [Tailwind CSS](https://tailwindcss.com/): For styling
- [shadcn/ui](https://ui.shadcn.com/): For UI components
- [luxon](https://moment.github.io/luxon/): For date and time manipulation
- [@vvo/tzdb](https://github.com/vvo/tzdb): For timezone date
- [@dnd-kit](https://dndkit.com/): For drag and drop functionality
## :white_check_mark: Requirements
Before starting :checkered_flag:, you need to have [Git](https://git-scm.com), [Node](https://nodejs.org/en/), and [pnpm](https://pnpm.io/) installed.
## :checkered_flag: Starting
```bash
# Clone this project
$ git clone https://github.com/eason-dev/timezone-converter
# Access
$ cd timezone-converter
# Install dependencies
$ pnpm install
# Run the project
$ pnpm dev
# The server will initialize in the
```
## :memo: License
This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.
## :heart: Author
Made with :heart: by Eason Chang and Carol Hsiao
