https://github.com/aspreet31/react-pass-manager
Securely manage your passwords with this user-friendly password manager built with React.js using Local Storage
https://github.com/aspreet31/react-pass-manager
Last synced: 4 months ago
JSON representation
Securely manage your passwords with this user-friendly password manager built with React.js using Local Storage
- Host: GitHub
- URL: https://github.com/aspreet31/react-pass-manager
- Owner: aspreet31
- Created: 2024-05-17T12:54:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-23T07:09:18.000Z (about 1 year ago)
- Last Synced: 2025-01-05T19:13:25.014Z (6 months ago)
- Language: JavaScript
- Homepage: https://react-pass-manager.netlify.app
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactPassManager
This repository holds the code for a user-friendly password manager built with React.js. It allows you to securely manage your passwords using Local Storage and offers features for adding, deleting, and updating them.### Where you can:
**Add new entries**: Simply provide the website, username, and password, and it's stored securely.
**Delete unwanted entries**: No longer need a login? Remove it from your list with ease.
**Update passwords**: Changed your password on a website? Update it here too!
### What did i learn ?
**React development fundamentals**: Gain experience with core React concepts like components, state management, and user interactions.
**CRUD Operations** (Create, Read, Update, Delete): adding new passwords (Create), displaying existing ones (Read), updating password details (Update), and deleting unwanted entries (Delete).
**Local Storage**: Explore how to use Local Storage to securely store and retrieve data within the browser.
**Building user interfaces**: Learn how to design and implement a user-friendly interface for managing passwords.
**Onclick Event Handling**: implemented event handlers for button clicks, likely for: Saving a new password entry,Edit an existing password,Deleting a password.
### Screenshot of Web App-

**After added new Entries** -

**After deletion of ptu Entry** -

**After Updation of username of amazon Entry** -
