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:
http://localhost:5173
).We welcome contributions to improve PassOp. To contribute, follow these steps:
git checkout -b feature-branch
git commit -m 'Add some feature'
git push origin feature-branch
You can view a live demo of the project Here.