Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jodieaddis/password-generator
Password Generator for users
https://github.com/jodieaddis/password-generator
cicd git gitflow tailwind typescript unit-test
Last synced: 20 days ago
JSON representation
Password Generator for users
- Host: GitHub
- URL: https://github.com/jodieaddis/password-generator
- Owner: JodieAddis
- Created: 2024-01-17T08:54:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T08:48:30.000Z (10 months ago)
- Last Synced: 2024-03-11T09:58:49.141Z (10 months ago)
- Topics: cicd, git, gitflow, tailwind, typescript, unit-test
- Language: TypeScript
- Homepage: https://jodieaddis.github.io/Password-generator/
- Size: 171 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# "Password Generator"
## About the project
This application allows users to generate random passwords. These are generated based on the criteria selected by the users: lowercase, uppercase, numbers, and symbols. The password can be copied/pasted via an icon. The generator also indicates the strength of the password according to levels: 'too weak', 'weak', 'medium', and 'strong'.
## Objectives
Creation of a password generator working with Typescript, modules, and unit tests. The design is implemented using the Tailwind framework.
## Coding Technologies Used