This Password Manager is built using HTML, CSS, and JavaScript. It allows users to view, add, edit, copy, and delete their passwords securely. (The password for the file is 123456 currently but it can be modified later).
- View all saved passwords
- Add new passwords
- Edit existing passwords
- Copy passwords to the clipboard
- Delete passwords
- Clone the repository to your local machine
- Open the
index.htmlfile in your web browser - Start managing your passwords!
All your saved passwords will be displayed in a table. You can view the username, password, website, and date added for each password.
To add a new password, click on the "Add Password" button. Fill in the required fields and click "Save" to add the new password to your manager.
To edit a password, click on the "Edit" button for the password you want to change. Make your changes and click "Save" to update the password.
To copy a password, click on the "Copy" button for the username or password you want to copy. The value will be copied to your clipboard, ready for pasting.
To delete a password, click on the "Delete" button for the password you want to remove. A confirmation dialog will appear to prevent accidental deletions.
- HTML
- CSS
- JavaScript
We welcome contributions! Please submit a pull request with your proposed changes.
This project is licensed under the MIT License - see the LICENSE file for details.

