Aplikasi jam digital realtime dengan tampilan modern dan responsif yang menampilkan waktu Indonesia dalam 3 zona waktu utama.
- 🌐 Multi Timezone Support: WIB, WITA, WIT
- 📱 Responsive Design: Kompatibel dengan semua perangkat
- 🎨 Modern UI: Desain card yang elegan dan modern
- ⚡ Real-time Updates: Update waktu setiap detik
- 🔄 Auto Refresh: Tidak perlu reload manual
- 🌙 Dark Theme: Tema gelap yang nyaman di mata
Live Demo: cloudkuimages.guru/jam
| Zona | Wilayah | UTC Offset |
|---|---|---|
| WIB | Jawa, Sumatra, Kalimantan Barat & Tengah | UTC+7 |
| WITA | Kalimantan Selatan & Timur, Sulawesi, Bali, NTB, NTT | UTC+8 |
| WIT | Maluku, Papua | UTC+9 |
- HTML5 - Struktur aplikasi
- CSS3 - Styling modern dengan flexbox/grid
- JavaScript - Logic realtime clock
- No Dependencies - Pure vanilla JavaScript
jam/
├── index.html # Main application file
├── README.md # Documentation
└──
-
Clone Repository
git clone https://github.com/cloudkuimages/jam.git cd jam -
Open in Browser
# Buka file index.html di browser open index.html -
Deploy
- Upload ke hosting static
- Atau gunakan GitHub Pages
- ✅ Desktop (1920px+)
- ✅ Laptop (1024px - 1919px)
- ✅ Tablet (768px - 1023px)
- ✅ Mobile (320px - 767px)
Aplikasi ini dapat disesuaikan dengan mudah:
- Warna Tema: Edit variabel CSS
- Font: Ganti font family
- Layout: Modifikasi grid/flexbox
- Animasi: Tambah CSS transitions
- Web browser modern
- Text editor/IDE
- Git (optional)
# 1. Clone repository
git clone https://github.com/cloudkuimages/jam.git
# 2. Navigate to directory
cd jam
# 3. Open in browser
# Buka index.html di browser favoritJika ada pertanyaan atau saran:
- 🌐 Website: cloudku.us.kg
- 📧 Email: contact@cloudkuimages.guru
- 💬 Issues: GitHub Issues
Developer: AlfiDev
Organization: CloudKu Images
MIT License - bebas untuk digunakan dan dimodifikasi.
Kontribusi sangat diterima! Silakan:
- Fork repository
- Buat branch feature (
git checkout -b feature/amazing-feature) - Commit changes (
git commit -m 'Add amazing feature') - Push to branch (
git push origin feature/amazing-feature) - Open Pull Request
- Tambah timezone internasional
- Tema warna multiple
- Alarm & timer
- Widget mode
- PWA support
- ⚡ Load time: < 1 detik
- 📦 Bundle size: < 50KB
- 🚀 First paint: < 500ms
- 📱 Mobile friendly: 100%
