Skip to content

My project that generates a random 10-digit password and allows saving the generated password.

Notifications You must be signed in to change notification settings

furkan-dogu/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

This is a simple password generator web application that creates strong and secure passwords with a mix of uppercase letters, lowercase letters, numbers, and symbols.

Live Project Link

You can access the live version of the project here.

Preview

Password Generator Password Generator

Mobile support

The WebApp is compatible with devices of all sizes and all OS's, and consistent improvements are being made.

Features

  • Generates a random password with a length of 10 characters.
  • Password includes uppercase letters, lowercase letters, numbers, and symbols.
  • Copy the generated password to the clipboard with one click.

How to Use

  1. Open the index.html file in your browser.
  2. Click the "Generate a password" button to create a new password.
  3. The generated password will be displayed on the screen.
  4. Click the "Copy" button to copy the password to the clipboard.
  5. Use the copied password for your accounts or applications.

Design

The application has a simple and user-friendly design with a dark background and contrasting buttons.

Technologies Used

Installation

To use the password generator, open the index.html file in your browser.

Customization

You can customize the password length and character types in the createPass function within the app.js file.

About

My project that generates a random 10-digit password and allows saving the generated password.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages