Skip to content

Nikhil-sha/PasswordGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator PWA

A Progressive Web App (PWA) to generate strong, secure, and customizable passwords for better online security.

Features

  • 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.

Installation

  1. Clone this repository or download the ZIP file.
  2. Open the project folder.
  3. Run the app using any HTTP server (e.g., Live Server in VSCode or any other static server).
  4. Access the app in your browser at http://localhost:PORT.

Usage

  1. Open the app.
  2. Select your desired password options (length, character types).
  3. Click the Generate button.
  4. Copy the generated password to your clipboard.

PWA Features

  • 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.

Technologies Used

  • HTML5 for structure
  • CSS3 (with Tailwind CSS) for styling
  • Vanilla JavaScript for functionality
  • Service Workers for offline support

Contributing

Contributions are welcome! If you have ideas for improvements or new features:

  1. Fork this repository.
  2. Make your changes.
  3. Submit a pull request.

Made with ❤️ by Nikhil Sharma