Skip to content

khevamann/PasswordManager

Repository files navigation

PasswordManager Logo

Live App

Password Manager

A simple password manager I made to digitize personal passwords. PWA made using Ionic and Angular.

Features

  • Add all your passwords through easy to use interface
  • Your old email and passwords will be suggested to autofill
  • Search for your passwords
  • Easily copy your passwords to use
  • Password Protected
  • Import or export your passwords to use on other devices
  • Passwords are encrypted using AES by your master password

Planned Features

  • Make login more intuitive
  • Make import/ export simpler

Screenshots

Desktop Mobile
Desktop Screenshot Mobile Screenshot
Desktop Screenshot Mobile Screenshot

Development

This PWA is written using Ionic and Angular.

Getting started

git clone https://github.com/khevamann/PasswordManager.git
cd PasswordManager

# Install dependencies
npm install

# To run a local development instance
npm run serve

# To build the app (to www folder)
npm run build