Skip to content

This is a simple Password Manager application built with React that allows users to securely store and manage their passwords. The application uses the browser's local storage to persist data, ensuring that saved passwords are retained even after the page is refreshed or closed.

Notifications You must be signed in to change notification settings

Hedayat002/Password-Manager

Repository files navigation

Features

-Add Passwords: Users can add new password entries with details like site name, username, and password.

-View Passwords: All saved passwords are displayed in a list.

-Delete Passwords: Users can remove unwanted password entries.

-LocalStorage Integration: All password data is stored in the browser's localStorage, ensuring data persistence across sessions.

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

About

This is a simple Password Manager application built with React that allows users to securely store and manage their passwords. The application uses the browser's local storage to persist data, ensuring that saved passwords are retained even after the page is refreshed or closed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published