Skip to content

yandearta/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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