Web app to compare times in different timezones with additional stopwatch and timer features
  • Svelte 82%
  • CSS 9.7%
  • TypeScript 5.6%
  • Dockerfile 1.5%
  • JavaScript 0.6%
  • Other 0.6%
Find a file
Kamil Marut 40d3b7ee34
All checks were successful
Deploy site / build (push) Successful in 1m4s
feat: Change favicon color depending on the color theme
2026-04-24 20:56:09 +02:00
.forgejo/workflows ci: Add Netlify deploy action 2026-04-24 20:56:04 +02:00
docs docs: Add proper README and screenshot 2026-02-20 14:02:39 +00:00
src feat: Change favicon color depending on the color theme 2026-04-24 20:56:09 +02: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.