A beautiful, responsive digital clock built with React, featuring animated backgrounds and a toggle between 12-hour and 24-hour format.
- Live Clock: Updates every second with current time and date.
- Animated Background: Smoothly shifting gradient background for a modern look.
- 12h / 24h Toggle: Easily switch between time formats.
- Mobile-Friendly: Fully responsive layout for small screens.
- Minimal UI: Glassmorphism card design with smooth transitions.
- React (functional components + hooks)
- CSS3 (animated gradient background, responsive design)
Clone this repository and install dependencies:
git clone https://github.com/your-username/digital-clock.git
cd digital-clock
npm install
npm start