A Progressive Web App (PWA) to generate strong, secure, and customizable passwords for better online security.
- Generate strong passwords with customizable options (length, characters, etc.).
- Offline support using Service Workers.
- Installable on mobile and desktop devices.
- User-friendly and responsive design.
- Clone this repository or download the ZIP file.
- Open the project folder.
- Run the app using any HTTP server (e.g.,
Live Server
in VSCode or any other static server). - Access the app in your browser at
http://localhost:PORT
.
- Open the app.
- Select your desired password options (length, character types).
- Click the Generate button.
- Copy the generated password to your clipboard.
- Installable: Add the app to your device's home screen.
- Offline-Ready: Access the app even without an internet connection.
- Customizable Appearance: Change theme colors and icons via the
manifest.json
file.
- HTML5 for structure
- CSS3 (with Tailwind CSS) for styling
- Vanilla JavaScript for functionality
- Service Workers for offline support
Contributions are welcome! If you have ideas for improvements or new features:
- Fork this repository.
- Make your changes.
- Submit a pull request.
Made with ❤️ by Nikhil Sharma