A stylish and customizable analog clock built using HTML, CSS, and JavaScript. This clock mimics an advanced look with glowing effects and smooth animations, perfect for any project or personal use.
Check out the live version of the clock here: Jarvis Clock Live
- Real-time Analog Clock: Displays the current time with smooth second, minute, and hour hands.
- Custom Styling: Unique glowing design with vibrant colors for the clock hands.
- Digital Time Display: Displays the current time in digital format above the clock.
- Responsive Design: Scales properly across various screen sizes for both desktop and mobile views.
- HTML5: Structuring the clock.
- CSS3: Styling, animations, and responsiveness.
- JavaScript: Logic to control the real-time clock functionality.
To run the clock locally:
-
Clone the repository:
git clone https://github.com/praveenjadhav1510/clock.git
-
Navigate to the project directory:
cd clock
-
Open the
index.html
file in your web browser:open index.html
- You can easily customize the clock's appearance by modifying the CSS file. Change the color scheme, clock size, or glow effect to suit your preferences.
/index.html
: HTML file for the clock interface./style.css
: CSS file that contains all styling for the clock./script.js
: JavaScript file that controls the clock's functionality.