Skip to content

hedical/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

In this exercice, the goal was to create a tool to generate passwords given certain user preferences

Motivation

This exercise was the opportunity to use JavaScript, HTML and CSS

Setup

Simply click on this link to access the my responsive portfolio : https://hedical.github.io/Password-Ge…

password generator demo

You should access a website, and by clicking the button "Generate Password" you will be able to give your preferences for your password :

  • How many characters (between 8 and 128)
  • What kind of characters (lowercase, uppercase, number, special characters)

Instructions and Challenges

  • Use functions
  • Use for loops
  • Use conditionnal statements
  • Use eventListeners
  • Use querySelectors

Future Improvements

  • Divide the main function in multiple functions, to get a reusable code

Releases

No releases published

Packages

No packages published