Skip to content

This is a simple password generator application built with Svelte. It allows users to generate secure passwords with customizable criteria such as length, including uppercase letters, lowercase letters, numbers, and special characters.

Notifications You must be signed in to change notification settings

alvin1904/generate-ur-password

Repository files navigation

Made with...Svelte

Password Generator

ss ss

This is a simple password generator application built with Svelte. It allows users to generate secure passwords with customizable criteria such as length, including uppercase letters, lowercase letters, numbers, and special characters.

TABLE OF CONTENTS

Important Links

Configuration for Local Deployment

Clone the repository

git clone https://github.com/alvin1904/password-generator-svelte

Once you've created a project folder, install dependencies with npm install (or pnpm install or yarn)

npm install

To start the development server and open the app in a new browser tab

npm run dev -- --open

Tech Stack

  • Svelte: A lightweight and efficient frontend framework for building reactive web applications with a smooth developer experience.

  • Svelte Kit Icons: A comprehensive collection of icons for Svelte Kit, providing an extensive range of high-quality visuals to enhance your Svelte Kit projects.

Usage and Features

Once the system is installed and running, users can follow these guidelines to utilize its features:

  • Generate random passwords with specified length.
  • Customize password criteria to include uppercase letters, lowercase letters, numbers, and special characters.
  • Copy generated passwords to the clipboard with a single click.
  • Easy-to-use and intuitive user interface.

About

This is a simple password generator application built with Svelte. It allows users to generate secure passwords with customizable criteria such as length, including uppercase letters, lowercase letters, numbers, and special characters.

Topics

Resources

Stars

Watchers

Forks