A simple neon-styled digital clock web app showing the current time (12‑hour format with AM/PM) and a localized, long-form date. Includes accessibility enhancements and respects prefers-reduced-motion.
- Live updating time (every second)
- 12-hour format with AM/PM
- Localized full date (weekday, month, day, year)
- Neon UI styling with subtle animated glow
- Reduced motion support for users preferring minimal animations
- Accessible dynamic regions using
aria-livefor time and date
Just open index.html in any modern browser.
index.html # Markup
style.css # Styling & animations
script.js # Time/date logic
README.md # Documentation
- Add 24h/12h toggle
- Add timezone selector
- Provide light/dark theme switch
Feel free to use and adapt for personal or educational purposes.