https://github.com/amdzy/pass-manager
https://github.com/amdzy/pass-manager
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amdzy/pass-manager
- Owner: amdzy
- Created: 2022-07-20T11:32:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T15:21:57.000Z (over 2 years ago)
- Last Synced: 2025-01-22T02:28:28.367Z (5 months ago)
- Language: TypeScript
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pass Manager
Pass Manager is a web app built using [Next](https://nextjs.org), Written in [TS](https://www.typescriptlang.org/).
[Live Page](https://pass-manager-next.netlify.app/)
## Features
- Generate a new password With different options, Password length, alpha char, non alpha char, numbers, and special character
- Check password strength and give a detailed information about the password## Run your own
```
git clone https://github.com/Soul-Remix/pass-manager.git
cd pass-manager
npm install
npm run start
```## Frameworks and tools
- [Next](https://nextjs.org)
- [TailWind](https://tailwindcss.com)
- [zxcvbn](https://www.npmjs.com/package/zxcvbn)## License
[MIT](https://choosealicense.com/licenses/mit/)