/Password-OP

Secure password manager with React stores and retrieves passwords locally

Primary LanguageJavaScript

PasswordOp - Password Manager

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.

Features

  • 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.

Technologies Used

  • 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.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git https://github.com/Harshjosh361/Password-OP.git
    
  2. Navigate to the project directory:

    cd passwordop
    
  3. Install the dependencies:

    npm install
    
  4. Run the Application

    npm run dev
    

License

This project is licensed under the terms of the MIT License.