VladislavDegtyarenko / preact-password-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Generator

Password Generator developed using Preact (lightweight React alternative) and Web Crypto API

Features

  • lightweight code (32.3KB)
  • choose length and characters type to use
  • cross-browser compatible
  • mobile ready

How to use the app?

  1. Open the app
  2. Start by choosing the length for your password
  3. Toggle between the character type you want to use in your password
  4. Click "Generate" button to receive a new password

Best practice: use long passwords (16+ characters) with all character types to generate the strongest password that is impossible to hack.

How to run it on your local machine?

  1. Download the repository
  2. Go to the repo directory
  3. Open command line / terminal here
  4. Run npm i
  5. Start the development server
  • dev server npm run dev
  • build for production npm run build
  • preview the production build npm run preview

The project is developed/bundled using Vite

Thanks for paying attention to this project. I hope you'll find it useful!

Best regards,

Vladislav Degtyarenko

About


Languages

Language:JavaScript 49.9%Language:CSS 48.2%Language:HTML 1.9%