Skip to content

goranbyte/random-password-generator

Repository files navigation

Random Password Generator

A simple password generator built with JavaScript.

The user can generate secure random passwords by selecting the desired character types and password length.

Features

  • Generate random passwords
  • Choose password length
  • Include lowercase letters
  • Include uppercase letters
  • Include numbers
  • Include special characters
  • Password strength indicator

Technologies

  • HTML
  • CSS
  • JavaScript

What I Learned

  • Generating random values with Math.random()
  • Working with checkboxes and user input
  • Basic DOM manipulation
  • Handling form inputs in JavaScript
  • Creating dynamic UI updates

How to Use

  1. Select the character types you want
  2. Choose the password length
  3. Click generate
  4. Copy and use your password

Author

Software engineering student at ITS

Screenshots

Screenshot from 2026-03-08 17-59-23

About

Random password generator with customizable length and character types.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors