This web application allows users to generate random passwords with the option to include or exclude special characters. It also provides a dark theme toggle and the ability to copy generated passwords to the clipboard.
- Random Password Generation: Generate secure, random passwords with a single click.
- Special Characters Toggle: Include or exclude special characters in the generated passwords.
- Dark Theme Toggle: Switch between light and dark themes for better visibility and user preference.
- Copy to Clipboard: Easily copy the generated passwords to the clipboard for quick use.
- HTML: Structure of the web app.
- CSS: Styling of the web app, including layout, colors, and responsiveness.
- JavaScript: Functionality for password generation, theme toggling, and clipboard copying.
- Generate Password: Click the "Generate Password" button to create a random password.
- Toggle Special Characters: Use the checkbox to include or exclude special characters in the password.
- Toggle Theme: Click the theme icon to switch between light and dark themes.
- Copy Password: Click on the generated password to copy it to the clipboard.
index.html: The main HTML file that contains the structure of the web app.style.css: The CSS file that contains the styles for the web app.script.js: The JavaScript file that contains the functionality for the web app.readme.md: This README file with a detailed description of the web app.
- Password Length Customization: Allow users to specify the length of the generated password.
- Additional Character Sets: Include options for additional character sets (e.g., uppercase only, lowercase only).
- Save Passwords: Provide functionality to save generated passwords for future reference.
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by various password generator tools available online.
- Icons and images used are sourced from free resources.