Fork Modifications

  1. Translated to English (Using Google Translate)
  2. Added Exclude Duplications and Small Letters
  3. Store the settings in local storage so you don't have to set them again when using the website later
  4. Length can't be higher than 50, it just can't be

password-generator

Simple Password Generator built with React, TypeScript and Tailwind CSS

Installation

# Clone the repository
git clone https://github.com/yandearta/password-generator.git

# Enter into the directory
cd password-generator/

# Install the dependencies
npm install

# Start the application
npm start