A modern timezone converter app that helps you visualize and manage time across multiple timezones.
- Add and manage multiple cities/timezones
- Drag and drop to reorder timezones
- Set a home timezone that serves as reference
- Visual timeline with color-coded time of day
- Copy time information with Cmd/Ctrl+C
- Dark mode support
- 12-hour and 24-hour time format options
- Date navigation and calendar selection
- Daylight Saving Time (DST) change indicators
- Responsive design
- React
- Luxon for timezone handling
- React DnD for drag and drop functionality
- React Calendar for date selection
- Node.js (v14 or later)
- npm or yarn
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm start
npm run build
This app is configured for easy deployment on Vercel:
- Connect your GitHub repository to Vercel
- Vercel will automatically detect the React app and use the correct build settings
- Deploy!
MIT