Skip to content

missingfoot/pw-gen

Repository files navigation

Password Generator

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.

Features

  • 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

Technologies Used

  • Svelte
  • Vite
  • JavaScript
  • CSS

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/missingfoot/pw-gen.git
cd pw-gen
  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open your browser and navigate to http://localhost:5173

Building for Production

To create a production build:

npm run build

The built files will be in the dist directory.

License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published