Skip to content

cloudkuimages/jam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🕒 Jam Realtime Indonesia

Aplikasi jam digital realtime dengan tampilan modern dan responsif yang menampilkan waktu Indonesia dalam 3 zona waktu utama.

✨ Features

  • 🌐 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

🚀 Demo

Live Demo: cloudkuimages.guru/jam

📋 Zona Waktu Indonesia

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

🛠️ Tech Stack

  • HTML5 - Struktur aplikasi
  • CSS3 - Styling modern dengan flexbox/grid
  • JavaScript - Logic realtime clock
  • No Dependencies - Pure vanilla JavaScript

📁 Structure

jam/
├── index.html          # Main application file 
├── README.md          # Documentation
└── 

🎯 Usage

  1. Clone Repository

    git clone https://github.com/cloudkuimages/jam.git
    cd jam
  2. Open in Browser

    # Buka file index.html di browser
    open index.html
  3. Deploy

    • Upload ke hosting static
    • Atau gunakan GitHub Pages

🌟 Preview

Jam Realtime Preview

📱 Responsive Design

  • ✅ Desktop (1920px+)
  • ✅ Laptop (1024px - 1919px)
  • ✅ Tablet (768px - 1023px)
  • ✅ Mobile (320px - 767px)

🎨 Customization

Aplikasi ini dapat disesuaikan dengan mudah:

  • Warna Tema: Edit variabel CSS
  • Font: Ganti font family
  • Layout: Modifikasi grid/flexbox
  • Animasi: Tambah CSS transitions

🔧 Development

Prerequisites

  • Web browser modern
  • Text editor/IDE
  • Git (optional)

Local Development

# 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 favorit

📞 Support

Jika ada pertanyaan atau saran:

🏢 About

Developer: AlfiDev
Organization: CloudKu Images

Our Platforms

📄 License

MIT License - bebas untuk digunakan dan dimodifikasi.

🤝 Contributing

Kontribusi sangat diterima! Silakan:

  1. Fork repository
  2. Buat branch feature (git checkout -b feature/amazing-feature)
  3. Commit changes (git commit -m 'Add amazing feature')
  4. Push to branch (git push origin feature/amazing-feature)
  5. Open Pull Request

📈 Roadmap

  • Tambah timezone internasional
  • Tema warna multiple
  • Alarm & timer
  • Widget mode
  • PWA support

🔥 Performance

  • ⚡ Load time: < 1 detik
  • 📦 Bundle size: < 50KB
  • 🚀 First paint: < 500ms
  • 📱 Mobile friendly: 100%

🌟 Star repository ini jika bermanfaat!

Dibuat dengan ❤️ oleh AlfiDev

⬆ Back to top