Skip to content

maick87/password-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Password Generator

A simple JavaScript project that generates a random password when the user clicks a button. The password is created using numbers, letters, and special characters.

🚀 Features

  • Generates a random password
  • Uses numbers and special characters
  • Simple and beginner-friendly JavaScript
  • Password appears instantly in the page

🧠 How It Works

  1. A list of characters is stored in an array.
  2. When the user clicks the Generate button, the generatePass() function runs.
  3. The function randomly selects characters from the array.
  4. A password with 9 characters is created.
  5. The generated password is displayed on the screen.

📦 Technologies Used

  • HTML
  • CSS
  • JAVASCRIPT

▶️ How to Use

  1. Clone the repository or download the files.
  2. Open the project in your browser.
  3. Click the Generate button.
  4. A random password will appear on the screen.

📄 License

This project is open-source and free to use.

About

simple password generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors