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.
To set up the development environment, follow these steps:
To set up the development environment, follow these steps:
-
Clone the repository:
git clone https://github.com/Avijit07x/Password-Manager.git
-
Navigate to the project directory:
cd Password-Manager
-
Install dependencies using npm:
npm install
-
Or, install dependencies using bun:
bun install
-
Start the development server using npm:
npm run dev
-
Or, start the development server using bun:
bun dev
After setting up the project, you can start using PassOp:
- Open the application in your browser (usually at
http://localhost:5173
). - Enter the site name, username, and password in the provided input fields.
- Click on the "Submit" button to save the credentials to local storage.
- You can view and manage your saved passwords directly from the application interface.
We welcome contributions to improve PassOp. To contribute, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature-branch
- Open a pull request with a detailed description of your changes.
You can view a live demo of the project Here.