An open API service indexing awesome lists of open source software.

https://github.com/amdzy/pass-manager


https://github.com/amdzy/pass-manager

Last synced: 3 months ago
JSON representation

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/)