A modern, secure password generator built with Svelte and Vite. This web application allows users to generate strong, customizable passwords with various options for length and character types.
- Generate secure random passwords
- Customize password length
- Include/exclude uppercase letters, lowercase letters, numbers, and special characters
- Dark/Light theme toggle
- Copy password to clipboard with one click
- Modern, responsive design
- Svelte
- Vite
- JavaScript
- CSS
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/missingfoot/pw-gen.git
cd pw-gen
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and navigate to
http://localhost:5173
To create a production build:
npm run build
The built files will be in the dist
directory.
This project is open source and available under the MIT License.