Skip to content

avinashhere017/passwordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passwordGenerator

Made a project usinig HTML , CSS , and javaScript concept and build a password generator of any lenght and with added more features .

Password Generator App

Overview

This repository contains a password generator application built with HTML, CSS, and JavaScript. The application provides an interactive user interface for generating secure passwords with various customization options.

Features

  1. Password Length Slider Adjust the length of the generated password using a slider. Dynamic display of the selected password length.
  2. Checkboxes for Character Sets Include uppercase letters, lowercase letters, numbers, and symbols by toggling checkboxes.
  3. Password Strength Indicator Visual indicator of password strength based on selected options. Color-coded strength levels (red for weak, yellow for moderate, green for strong).
  4. Copy to Clipboard Easily copy the generated password to the clipboard with the "Copy" button. Tooltip notification for successful copy.
  5. Interactive UI Dark color scheme with vibrant accents for a visually appealing experience. Real-time updates and feedback for an enhanced user experience.

Usage

Open the index.html file in a web browser. Adjust the password length using the slider. Toggle checkboxes to include desired character sets. Click the "Generate Password" button to create a new password. Click the "Copy" button to copy the generated password to the clipboard.

Customization

Modify the application's appearance by adjusting fonts, colors, and styling in the CSS file (styles.css). Customize character sets and their functions in the JavaScript file (script.js).

Contributing

Contributions to the development of this password generator app are welcome. Feel free to open issues or submit pull requests.

About

Made a project usinig HTML , CSS , and javaScript concept and build a password generator of any lenght and with addede more features .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors