⌚ 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%
| docs | ||
| src | ||
| static | ||
| .dockerignore | ||
| .gitignore | ||
| biome.json | ||
| bun.lock | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| nginx.conf | ||
| package.json | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
Zegarek
⌚ Web app to compare times in different timezones with additional stopwatch and timer features
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.
