Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 884 Bytes

README.md

File metadata and controls

48 lines (25 loc) · 884 Bytes

Password-Generator

Description

This project involves random password generating. By clicking on "Generate Password" button, options of different types of symbols will be given. The user can decide what symbols likes to include. The options are lowercase letters, uppercase letters, numbers and special symbols. After confirmation the password will be displayed in the box.

Screenshots

Links

Technologies used

  • HTML5
  • CSS
  • JavaScript

JavaScript codes

  • if...else statement
  • function declaration
  • Math.floor()
  • Math.random()
  • isNaN()
  • concat()

Installation

N/A

Credits

N/A

License

MIT