This project is a password generator application built with React and TypeScript. It allows users to generate secure passwords with customizable options and advanced features.
- Generate passwords using default or custom word lists
- Customize password length
- Include numbers, symbols, and uppercase letters
- Advanced mode for generating complex passwords
- Copy generated passwords to the clipboard
- Save generated passwords
- Import and export password options
-
Clone the repository:
git clone https://github.com/Spoekle/genpass.git cd genpass
-
Install dependencies:
npm install
-
Start the development server:
npm dev
-
Open your browser and navigate to
http://localhost:5173
.
This project is licensed under the MIT License.