ForgetPass is a simple password manager application built using HTML, CSS, and JavaScript. It allows users to store, search, and manage their passwords securely. The application features a search bar for quick access to saved passwords, an option to add new passwords, and a clean, responsive design.
- 🔍 Search passwords using the search bar
- ➕ Add new passwords using the "Add New Password" button
- 📱 Responsive design for optimal viewing on various devices
- 📥 Download or clone the repository to your local machine.
- 🌐 Open the
index.htmlfile in your preferred web browser.
- 🕵️♂️ Use the search bar to find saved passwords by entering the account name or username.
- 🆕 Click the "Add New Password" button to open the "Add New Password" modal.
- 📝 Fill in the required fields (Account Name, Username, and Password) and click the "Save Password" button to add a new password to the list.
- 🌐 HTML: Used for structuring the content and layout of the application.
- 🎨 CSS: Used for styling the application and ensuring responsiveness.
- 💻 JavaScript: Used for adding interactivity to the application, such as the search functionality and the "Add New Password" modal.
Contributions to this project are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.