Web application for real-time time zone comparison across major global regions.
- Real-time time zone comparison across 30+ major global cities
- Beautiful, responsive design that works on all devices
- Dark/light mode with system preference detection
- Instant search functionality for quick city lookup
- Fast and efficient with optimized performance
- Mobile-first approach for the best experience on all devices
- Grouped time zones by UTC offset for easy reference
- Smooth animations and transitions
- Node.js 18.x or higher
- npm 9.x or higher
-
Clone the repository:
git clone https://github.com/yourusername/global-time-zones.git cd global-time-zones
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit
http://localhost:5173
To create a production build:
npm run build
The built files will be in the dist
directory.
- React 18 - UI Framework
- TypeScript - Type Safety
- Tailwind CSS - Styling
- Vite - Build Tool
- Lucide React - Icons
src/
├── components/ # React components
├── context/ # React context providers
├── types/ # TypeScript type definitions
├── App.tsx # Main application component
└── main.tsx # Application entry point
Ed Bates (TECHBLIP LLC)
Some sections of this code were generated with the assistance of AI tools. These contributions were reviewed and integrated by the project creator(s).
Apache-2.0 License - see the LICENSE file for details