/password-generator

A simple and flexible password generator build in React. This library allows you to generate random passwords with varying complexity levels based on your requirements (`lowercase`, `uppercase`, `digits` and `symbols`).

Primary LanguageTypeScript

Password Generator

A simple and flexible password generator build in React. This library allows you to generate random passwords with varying complexity levels based on your requirements (lowercase, uppercase, digits and symbols).

Features

  • Generate random passwords of desired length.
  • Customize password generation by including lowercase letters, uppercase letters, digits, and symbols.

Installation

To run the App on your local machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/lcsLucas/password-generator.git
  2. Run Command:

    docker-compose up -d
  3. Run Command:

    docker-compose exec app npm install
  4. Run Command:

    docker-compose exec app npm run dev --host
  5. Open your web browser and visit http://localhost:8000.