Skip to content

we2004/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

This project is a simple and interactive password generator created using HTML, CSS, and JavaScript. It allows users to generate a password by entering their first name, university ID, and selecting a special character. The application validates user input, ensuring the name and ID are formatted correctly, and generates a password using a combination of these inputs along with a random number.

Features:

  • Input validation for name and university ID
  • Option to choose a special character
  • Generates a password based on user input
  • Interactive UI with real-time feedback on invalid inputs

How to Use:

  1. Enter your first name and university ID.
  2. Select a special character.
  3. Click "Submit" to generate a password.
  4. Click "Exit" to reset the form.

About

password generator built with HTML, CSS, and JavaScript that validates inputs and generates passwords based on user-provided criteria. This project highlights form validation, DOM manipulation, and interactive design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors