Skip to content

Commit 16ef48f

Browse files
authored
Merge pull request #78 from snehhhcodes/master
[PR] Updated Analog Clock Web App card with working repository, live demo, and preview image
2 parents 51f530d + ef90722 commit 16ef48f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/Preview.png

86.3 KB
Loading

script.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ const sampleProjects = [
55
id: 1,
66
title: 'Analog Clock Web App',
77
description: 'A beautifully designed analog clock that updates in real-time using vanilla JavaScript, HTML, and CSS. Perfect for understanding basic DOM manipulation and CSS transformations.',
8-
repoUrl: 'https://github.com/Varshitha713/analog-clock-web-app',
9-
demoUrl: 'https://varshitha713.github.io/analog-clock-web-app/',
8+
repoUrl: 'https://github.com/snehhhcodes/Analog-Clock-Web-App',
9+
demoUrl: 'https://snehhhcodes.github.io/Analog-Clock-Web-App/',
1010
difficulty: 'beginner',
1111
upvotes: 15,
1212
hasDemo: true,
1313
hasReadme: true,
14-
previewImage: 'https://github.com/user-attachments/assets/091946a3-d98d-42dc-a22a-90eaefc8b1b1',
14+
previewImage: 'assets/Preview.png',
1515
tags: ['JavaScript', 'CSS', 'HTML', 'DOM']
1616
},
1717
{

0 commit comments

Comments
 (0)