Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 893 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 893 Bytes

Random-Password-Generator

A basic password generator project with help of HTML, CSS and JS

How to use

  • Visit this link or Clone the repository
  • Open the index.html file in your browser
  • Click on the Generate Password button
  • Select the length of the password
  • Select the type of characters you want in your password
  • Click on the Generate button
  • Your password will be generated and displayed on the screen

Features

  • Generate a random password
  • Select the length of the password
  • Select the type of characters you want in your password
  • Copy the password to clipboard

Technologies used

  • HTML
  • CSS
  • JavaScript

Screenshots

image

Author

License

This project is licensed under the MIT License - see the LICENSE file for details