Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewarnab/random-password-generator
random password generator using html css js
https://github.com/codewarnab/random-password-generator
html-css-javascript random-password-generator
Last synced: 7 days ago
JSON representation
random password generator using html css js
- Host: GitHub
- URL: https://github.com/codewarnab/random-password-generator
- Owner: codewarnab
- Created: 2023-11-14T15:10:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-17T11:23:18.000Z (12 months ago)
- Last Synced: 2024-10-10T11:25:12.099Z (27 days ago)
- Topics: html-css-javascript, random-password-generator
- Language: HTML
- Homepage: https://codewarnab.github.io/random-password-generator/
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Password Generator
This project is a simple web-based random password generator that allows users to generate passwords with varying complexities.
## Description
The web application generates a random password based on predefined criteria including uppercase letters, lowercase letters, numbers, and special symbols. It provides a user-friendly interface to easily copy the generated password.
## Live Demo
Check out the live demo [here](https://codewarnab.github.io/random-password-generator/)!
## Features
- **Password Generation**: Clicking the "Generate Random Password" button generates a random password according to specified criteria.
- **Copy to Clipboard**: Users can click on the copy icon to copy the generated password to their clipboard.
- **Responsive Design**: The interface is responsive and adapts to different screen sizes, ensuring a seamless experience across devices.## Usage
To use the password generator:
1. Open the [live page](https://codewarnab.github.io/random-password-generator/) in a web browser.
2. Click on the "Generate Random Password" button to create a new password.
3. Click on the copy icon to copy the generated password.## Technologies Used
- HTML
- CSS (including media queries for responsiveness)
- JavaScript## Setup
To run this project locally:
1. Clone the repository.
2. Open `index.html` in a web browser.## Contributing
Contributions are welcome! If you find any bugs or have suggestions for improvements, please feel free to open an issue or create a pull request.
## Credits
This project was created by [Arnab Mondal](https://github.com/codewarnab).