Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 679 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 679 Bytes

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