- JavaScript: Core programming language for the application logic.
- HTML: Markup language for structuring the web page.
- CSS: Styling language for the user interface design.
- Add and save passwords for different websites.
- View saved passwords with an option to copy them to the clipboard.
- Delete passwords when they are no longer needed.
- Mask passwords for security when displaying them in the table.
- Responsive design using CSS for a better user experience.
- A modern web browser (Chrome, Firefox, Safari, etc.)
-
Clone the Repository:
git clone https://github.com/datpham0412/password-manager.git cd password-manager -
Open the Application:
- Open the
index.htmlfile in your web browser to start using the password manager.
- Open the