Skip to content

A simple webpage that generates random passwords using HTML, CSS, and JavaScript. Users can click the "Generate" button to create a random password instantly.

Notifications You must be signed in to change notification settings

devkobby24/Password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Random Password Generator

A simple webpage that generates random passwords using HTML, CSS, and JavaScript. Users can click the "Generate" button to create a random password instantly.

Features

  • Generates a random password when the "Generate" button is clicked.
  • Passwords include a mix of uppercase letters, lowercase letters, numbers, and special characters.
  • The length of the password can be customized (if added as a feature).

Technologies Used

  • HTML: For structuring the webpage.
  • CSS: For styling the webpage.
  • JavaScript: For generating random passwords and handling the button click event.

How to Use

  1. Clone or download the repository.
  2. Open the index.html file in your browser.
  3. Click the "Generate" button to create a new random password.
  4. Optionally, copy the generated password for use.

File Structure

  • index.html: The main HTML file that structures the webpage.
  • index.css: The CSS file that adds styles to the webpage.
  • index.js: The JavaScript file that contains the password generation logic.

Future Improvements

  • Allow users to customize the password length.
  • Add options for including/excluding certain character types (e.g., symbols, numbers).
  • Copy password to clipboard functionality.

License

This project is open-source and free to use under the MIT License.

About

A simple webpage that generates random passwords using HTML, CSS, and JavaScript. Users can click the "Generate" button to create a random password instantly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published