Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sshrey30/password-generator
Random password generating website | React JS and Tailwind CSS
https://github.com/sshrey30/password-generator
css html html-css-javascript javascript react-hooks reactjs tailwindcss
Last synced: about 2 months ago
JSON representation
Random password generating website | React JS and Tailwind CSS
- Host: GitHub
- URL: https://github.com/sshrey30/password-generator
- Owner: sshrey30
- Created: 2024-06-14T04:40:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T05:10:15.000Z (7 months ago)
- Last Synced: 2024-06-14T06:25:33.290Z (7 months ago)
- Topics: css, html, html-css-javascript, javascript, react-hooks, reactjs, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Generator
A simple password generator built with React JS and Tailwind CSS. This web application allows users to generate passwords of varying lengths, including options to add numbers and special characters. Users can easily copy the generated password to their clipboard.
## Features
- **Password Length Selection**: Users can specify the desired length of the password.
- **Include Numbers and Special Characters**: Options to include numbers and/or special characters in the password.
- **Copy to Clipboard**: Generated passwords can be copied to the clipboard with a single click.## Technologies Used
- **React JS**: A JavaScript library for building user interfaces.
- **Tailwind CSS**: A utility-first CSS framework for rapidly building custom designs.