- Translated to English (Using Google Translate)
- Added
Exclude Duplications
andSmall Letters
- Store the settings in local storage so you don't have to set them again when using the website later
- Length can't be higher than 50, it just can't be
Simple Password Generator built with React, TypeScript and Tailwind CSS
# 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