Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 816 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 816 Bytes

Password Generator Web App

A user-friendly web application for generating secure passwords. Built using HTML, CSS, and JavaScript, this app allows users to create random passwords with customizable length and complexity.

Features

  • Customizable Length: Specify the length of the generated password.
  • Include/Exclude Characters: Options to include or exclude uppercase letters, lowercase letters, numbers, and special characters.
  • Real-time Generation: Instant password generation based on user-selected criteria.
  • Responsive Design: Optimized for use on various devices, including desktops and mobile phones.

Technologies Used

  • HTML: For the structure of the web page.
  • CSS: For styling and layout.
  • JavaScript: For generating passwords and handling user interactions.