PasswordOp is a simple and secure password manager application built using React JS and Tailwind CSS. This app allows users to store and manage their passwords for different websites securely. Users can add usernames, websites, and passwords for various accounts and copy them easily.
- Add Credentials: Store usernames, websites, and passwords for different accounts.
- Edit Entries: Modify existing credentials as needed.
- Delete Credentials: Remove any saved credentials from your list.
- Copy Passwords: Quickly copy passwords to your clipboard with a single click.
- Secure Storage: Passwords are stored securely in the local storage of the browser.
- React JS: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for styling.
- Local Storage: Used to store password data securely in the browser.
To run this project locally, follow these steps:
-
Clone the repository:
git https://github.com/Harshjosh361/Password-OP.git
-
Navigate to the project directory:
cd passwordop
-
Install the dependencies:
npm install
-
Run the Application
npm run dev
This project is licensed under the terms of the MIT License.