Skip to content

Commit d532ae1

Browse files
committed
demo added
1 parent 74cc997 commit d532ae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ const sampleProjects = [
8484
title: 'PassWord Generator',
8585
description: 'Enable user to create password with specified length and character (uppercase, lowercase , special character and numbers) to meet diverse securing requirements.',
8686
repoUrl: 'https://github.com/Sitaram8472/Generate-password',
87-
demoUrl: null,
87+
demoUrl: 'https://password-generator021.netlify.app/',
8888
difficulty: 'advanced',
8989
upvotes: 42,
90-
hasDemo: false,
90+
hasDemo: true,
9191
hasReadme: true,
9292
previewImage: "assets/GeneratePassword.png",
9393
tags: ['HTML', 'CSS', 'JavaScript', 'Responsive']

0 commit comments

Comments
 (0)