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
).
- Generate random passwords of desired length.
- Customize password generation by including lowercase letters, uppercase letters, digits, and symbols.
To run the App on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/lcsLucas/password-generator.git
-
Run Command:
docker-compose up -d
-
Run Command:
docker-compose exec app npm install
-
Run Command:
docker-compose exec app npm run dev --host
-
Open your web browser and visit http://localhost:8000.