https://github.com/likhithsp/passwordgenerator
a tool designed to help users create secure, random passwords quickly and easily. With aesthetic design, perfect for keeping your accounts safe.๐
https://github.com/likhithsp/passwordgenerator
css html javascript math-random password-generator
Last synced: about 1 month ago
JSON representation
a tool designed to help users create secure, random passwords quickly and easily. With aesthetic design, perfect for keeping your accounts safe.๐
- Host: GitHub
- URL: https://github.com/likhithsp/passwordgenerator
- Owner: LikhithSP
- License: mit
- Created: 2024-10-30T18:45:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T05:51:35.000Z (7 months ago)
- Last Synced: 2025-02-13T06:47:45.955Z (3 months ago)
- Topics: css, html, javascript, math-random, password-generator
- Language: HTML
- Homepage: https://likhithsp.github.io/passwordgenerator/
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
๐ Random Password Generator
![]()
Generate secure, random passwords quickly and easily with this aesthetically pleasing web-based password generator. itโs perfect tool for keeping your accounts safe!
โจ Features
- Random Password Generation with uppercase, lowercase, numbers, and symbols.
- Copy to Clipboard for easy usage.
- User-Friendly Interface with an aesthetically pleasing background.
๐ Installation
1. Clone the Repository:
git clone https://github.com/your-username/random-password-generator.git
cd random-password-generator
2. Open
index.html
in your browser.
๐ ๏ธ Usage
- Click Generate to create a new password.
- Press the Copy icon to copy the password to your clipboard.
- Repeat as needed to create secure passwords!
๐ป Technologies Used
HTML for structuring the page
CSS for styling, with a clean and modern design
JavaScript for generating the password and handling the clipboard copy
๐ How It Works
This app generates a secure password using random characters from a set of uppercase letters, lowercase letters, numbers, and symbols. JavaScriptโs
Math.random()
function ensures that each password generated is unique.
๐ฎ Upgradation Ideas
Password Length Selection
Password Strength Indicator
Customizable Character Set
๐ค Contributing
Fork the repository.
- Create a feature branch for your modifications.
- Submit a pull request for review.
๐ค Connect With Me