Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rajdip-b/password-manager-desktop


https://github.com/rajdip-b/password-manager-desktop

Last synced: about 15 hours ago
JSON representation

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
```