From 007666bf1ddc761c75186edd79d7af033d7e9ea3 Mon Sep 17 00:00:00 2001 From: abiek12 Date: Sat, 23 Dec 2023 00:54:00 +0530 Subject: [PATCH] copy to clipboard feature --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b30c3b..f5b24db 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ ## Description -The Password Generator Web App is a simple and secure application developed using HTML, CSS, and JavaScript. It allows users to generate random, strong passwords with customizable length and character sets. The project is a work in progress, with ongoing learning and development. Future enhancements may include features such as easily copying generated passwords to the clipboard for immediate use. +The Password Generator Web App is a simple and secure application developed using HTML, CSS, and JavaScript. It allows users to generate random, strong passwords with customizable length and character sets. The project is a work in progress, with on going learning and development. + +**New! Copy to Clipboard**: Users can now easily copy generated passwords to the clipboard with a single click. This enhancement improves the usability of the password generator, making it more convenient for users to securely copy and use their passwords. + ## Demo