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

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

Awesome Lists containing this project

README

          

Timezone Converter website screenshot

 

Demo

Timez - Time Zone Converter


Github top language

Github language count

Repository size

License

Github stars



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

Timezone Converter demo gif

## :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