Skip to content

Commit 1229785

Browse files
authored
Merge pull request #82 from Sitaram8472/generatePassword
Added generate password project
2 parents 324789b + d532ae1 commit 1229785

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

assets/GeneratePassword.png

617 KB
Loading

script.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,20 @@ const sampleProjects = [
7979
previewImage: "assets/image.png",
8080
tags: ["REACT", "Tailwind CSS", "Responsive", "React-Router DOM"],
8181
},
82+
{
83+
id: 7,
84+
title: 'PassWord Generator',
85+
description: 'Enable user to create password with specified length and character (uppercase, lowercase , special character and numbers) to meet diverse securing requirements.',
86+
repoUrl: 'https://github.com/Sitaram8472/Generate-password',
87+
demoUrl: 'https://password-generator021.netlify.app/',
88+
difficulty: 'advanced',
89+
upvotes: 42,
90+
hasDemo: true,
91+
hasReadme: true,
92+
previewImage: "assets/GeneratePassword.png",
93+
tags: ['HTML', 'CSS', 'JavaScript', 'Responsive']
94+
},
95+
8296
];
8397

8498
// Store the current projects array

0 commit comments

Comments
 (0)