Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 336 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 336 Bytes

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