Skip to content

A user-friendly password manager built with React and Tailwind CSS. store and manage your site credentials in the browser's local storage.

Notifications You must be signed in to change notification settings

Avijit07x/Password-Manager

Repository files navigation

PassOp

Description

PassOp is a simple password manager built using React and Tailwind CSS. It allows users to store their site credentials (site name, username, and password) in the browser's local storage.

Table of Contents

  1. Installation
  2. Usage
  3. Contributing
  4. Demo
  5. Screenshots

Installation

To set up the development environment, follow these steps:

Installation

To set up the development environment, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Avijit07x/Password-Manager.git
  2. Navigate to the project directory:

    cd Password-Manager
  3. Install dependencies using npm:

    npm install
  4. Or, install dependencies using bun:

    bun install
  5. Start the development server using npm:

    npm run dev
  6. Or, start the development server using bun:

    bun dev

Usage

After setting up the project, you can start using PassOp:

  1. Open the application in your browser (usually at http://localhost:5173).
  2. Enter the site name, username, and password in the provided input fields.
  3. Click on the "Submit" button to save the credentials to local storage.
  4. You can view and manage your saved passwords directly from the application interface.

Contributing

We welcome contributions to improve PassOp. To contribute, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feature-branch
  3. Make your changes and commit them:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature-branch
  5. Open a pull request with a detailed description of your changes.

Demo

You can view a live demo of the project Here.

Screenshots

image

screencapture-password-manager-seven-ecru-vercel-app-2024-06-08-07_30_15 screencapture-password-manager-seven-ecru-vercel-app-2024-06-08-07_35_49

About

A user-friendly password manager built with React and Tailwind CSS. store and manage your site credentials in the browser's local storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published