This project was generated using Angular CLI version 19.0.6.
To start a local development server, run:
ng serve
Once the server is running, open your browser and navigate to http://localhost:4200/
. The application will automatically reload whenever you modify any of the source files.
To execute the unit tests for this application, run:
ng test
This will launch the test runner in the interactive watch mode.
The tests for this application are also configured to run automatically using GitHub Actions. This ensures that all tests are executed on every push and pull request to the repository, helping to maintain code quality and catch issues early.
PassGen is a simple password generator application built with Angular. It allows users to generate secure passwords based on selected criteria such as length, inclusion of uppercase letters, numbers, and symbols.
- Specify the length of the password (minimun 4 chars).
- Option to include uppercase letters.
- Option to include numbers.
- Option to include symbols.
- Generated password is displayed on the screen.
- Open the application in your browser.
- Use the form to specify the desired password criteria:
- Enter the desired length of the password.
- Check the boxes to include uppercase letters, numbers, and/or symbols.
- Click the "Generate password" button.
- The generated password will be displayed below the form.
You can view the deployed application at https://passs-gen.vercel.app
For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.