About | Features | Screenshots | Technologies | Requirements | Starting | License | Author
A timezone converter that allows users to convert time between different timezones and compare overlapping time periods.
✔️ Convert time between different timezones;
✔️ Compare overlapping time periods;
✔️ Dark mode support;
The following tools were used in this project:
- Next.js: For server-side rendering and routing
- TypeScript: For type safety
- Tailwind CSS: For styling
- shadcn/ui: For UI components
- luxon: For date and time manipulation
- @vvo/tzdb: For timezone date
- @dnd-kit: For drag and drop functionality
Before starting 🏁, you need to have Git, Node, and pnpm installed.
# Clone this project
$ git clone https://github.com/Kamigami55/timezone-converter
# Access
$ cd timezone-converter
# Install dependencies
$ pnpm install
# Run the project
$ pnpm dev
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Eason Chang and Carol Hsiao