Sunday, 13 March, 2022 UTC


Summary

password-generator
Simple Password Generator built with React, TypeScript and Tailwind CSS
View Demo View Github

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