Skip to content

Simple password manager made with React

Notifications You must be signed in to change notification settings

sarrietav-dev/passman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PassMan

Simple password manager made with React

Features

  • Store multiple passwords
  • Password generation.
  • Icons!

Screenshots

image

Tech Stack

Client: React, TypeScript, Sass, Redux Toolkit.
Server: Json-server.

How to deploy

  • Clone this repository.
  • Go to the folder.
  • Run yarn install or npm install.
  • Run npm run serve or yarn serve to start the app and the server.

Acknowledgements