Skip to content

Web application for real-time time zone comparison across major global regions.

License

Notifications You must be signed in to change notification settings

TechBlip-LLC/global-time-zones

 
 

Repository files navigation

Global Time Zones

License React TypeScript Vite Tailwind CSS

Web application for real-time time zone comparison across major global regions.

Features

  • 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

Time Zone

Getting Started

Prerequisites

  • Node.js 18.x or higher
  • npm 9.x or higher

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/global-time-zones.git
    cd global-time-zones
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and visit http://localhost:5173

Building for Production

To create a production build:

npm run build

The built files will be in the dist directory.

Technology Stack

  • React 18 - UI Framework
  • TypeScript - Type Safety
  • Tailwind CSS - Styling
  • Vite - Build Tool
  • Lucide React - Icons

Project Structure

src/
├── components/         # React components
├── context/           # React context providers
├── types/             # TypeScript type definitions
├── App.tsx           # Main application component
└── main.tsx          # Application entry point

Creator

Ed Bates (TECHBLIP LLC)

Acknowledgments

Some sections of this code were generated with the assistance of AI tools. These contributions were reviewed and integrated by the project creator(s).

License

Apache-2.0 License - see the LICENSE file for details

About

Web application for real-time time zone comparison across major global regions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.6%
  • JavaScript 5.2%
  • HTML 1.9%
  • CSS 0.3%