Web app to compare times in different timezones with additional stopwatch and timer features
  • Svelte 80.9%
  • CSS 10.3%
  • TypeScript 5.9%
  • Dockerfile 1.6%
  • JavaScript 0.7%
  • Other 0.6%
Find a file
2026-02-20 14:02:39 +00:00
docs docs: Add proper README and screenshot 2026-02-20 14:02:39 +00:00
src build!: Dockerize the app with a static export 2026-02-20 13:51:16 +00:00
static feat!: Create app 2026-02-20 13:09:56 +00:00
.dockerignore build!: Dockerize the app with a static export 2026-02-20 13:51:16 +00:00
.gitignore feat!: Create app 2026-02-20 13:09:56 +00:00
biome.json feat!: Create app 2026-02-20 13:09:56 +00:00
bun.lock build!: Dockerize the app with a static export 2026-02-20 13:51:16 +00:00
docker-compose.yml docs: Add proper README and screenshot 2026-02-20 14:02:39 +00:00
Dockerfile build!: Dockerize the app with a static export 2026-02-20 13:51:16 +00:00
LICENSE Initial commit 2026-02-19 15:09:02 +00:00
nginx.conf build!: Dockerize the app with a static export 2026-02-20 13:51:16 +00:00
package.json build!: Dockerize the app with a static export 2026-02-20 13:51:16 +00:00
README.md docs: Add proper README and screenshot 2026-02-20 14:02:39 +00:00
svelte.config.js build!: Dockerize the app with a static export 2026-02-20 13:51:16 +00:00
tsconfig.json feat!: Create app 2026-02-20 13:09:56 +00:00
vite.config.ts feat!: Create app 2026-02-20 13:09:56 +00:00

Zegarek

Web app to compare times in different timezones with additional stopwatch and timer features

Zegarek Screenshot

Features

  • Compare times in different timezones
  • Stopwatch with lap functionality
  • Timer with customizable durations
  • Light and dark themes

Getting Started

Prerequisites

  • Bun >= 1.3.9

Development server setup

# Install dependencies
bun install

# Start development server
bun run dev

Application will run at http://localhost:5173

Docker setup

Build and run the Docker container:

# Build and run the Docker image
docker-compose up -d

Application will run at http://localhost:3000

License

Zegarek is under the terms of the MIT License, following all clarifications stated in the license file.