Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajdip-b/password-manager-desktop
https://github.com/rajdip-b/password-manager-desktop
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajdip-b/password-manager-desktop
- Owner: rajdip-b
- Created: 2022-07-13T15:11:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T20:16:29.000Z (over 2 years ago)
- Last Synced: 2023-03-06T12:59:18.674Z (almost 2 years ago)
- Language: TypeScript
- Size: 712 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Manager
![Password Manager](/blob/passmanager.png)
## Desctiption
We all face the problem of remembering our passwords. With the increase in cyber crime, it has almost become a mandate to use strong passwords. Not only that, providers as us to put separate passwords for separate purposes and also sometimes, we have to set gibberish(hash) as password. It is not possible by any means to remember all of the passwords. This password manager brings in the solution to these problems by securely storing the passwords in you own system. View, add and edit them whenever you want to.
## Tech stack
- ReactJS
- ElectronJS
- TailwindCSS
- Typescript## Steps to run locally
```
git clone https://github.com/rajdip-b/password-manager-desktop
cd password-manager-desktop
npm i
npm start
```