Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 2.26 KB

README.md

File metadata and controls

52 lines (35 loc) · 2.26 KB

passwordgenerator

logo_transparent

Project Description: Title: Password Generator Web App Description: This Password Generator Web App is a simple yet powerful tool that allows users to generate secure and random passwords with various customization options. It emphasizes JavaScript for dynamic functionality and CSS for a visually appealing user interface. Users can specify the length of the password and choose whether to include uppercase letters, lowercase letters, numbers, and symbols. The generated password can be copied to the clipboard and saved for future reference. The project showcases core web development skills, including HTML, CSS, and JavaScript.

Password Generator Web App

This Password Generator Web App is a simple yet powerful tool for generating secure and random passwords. It offers various customization options and showcases the use of JavaScript and CSS to create a user-friendly interface.

Features

  • Generate random passwords with specified length.
  • Customize passwords by including or excluding uppercase letters, lowercase letters, numbers, and symbols.
  • Copy generated passwords to the clipboard with a single click.
  • Save passwords for future reference.
  • Visually appealing design with responsive layout.
  • Easy-to-use interface.

Technologies Used

  • HTML
  • CSS
  • JavaScript

How to Use

  1. Clone this repository to your local machine.
  2. Open the index.html file in a web browser.
  3. Configure the password settings (length and character types).
  4. Click the "Generate Password" button to generate a password.
  5. Click the "Copy to Clipboard" button to copy the password.
  6. Click the "Save Password" button to store the password.
  7. Use the "Open Saved Passwords" and "Open Generated Passwords" buttons to manage your saved passwords.

Project Structure

  • index.html: The main HTML file for the web app.
  • styles.css: The CSS file for styling the web app.
  • script.js: The JavaScript file for dynamic functionality.

Note

This project does not include a start script as it is intended to be run directly in a web browser.

License

This project is licensed under the MIT License - see the LICENSE file for details.