A sleek and simple client-side password manager built with HTML, CSS, and JavaScript. It allows users to securely store credentials in their browser using localStorage, with a responsive UI and copy-to-clipboard functionality.
✅ Add & store login credentials (website, username, password)
✅ Auto-update credential table on submission
✅ Copy-to-clipboard buttons for username, password, and website
✅ Delete credentials easily
✅ All data saved in localStorage
✅ Mobile-friendly hamburger menu navigation
✅ No backend or database required
You only need a web browser!
# Clone the repository
git clone https://github.com/Amit81082/Password_manager.git
cd Password_manager
# Open the index.html file in your browser