PassPocket Web is a simple, yet modern web app built with HTML and JavaScript for managing passwords. The app includes a sidebar navigation to access different sections: password entry, password generation, viewing stored passwords, and closing the app.
- Password Entry: Allows users to enter usernames and passwords and store them locally using the browser's local storage feature, an delete the ones for apps they do not use anymore.
- Password Generation: Generates random and secure passwords for use in webpages and applications.
- View Stored Passwords: Displays the stored usernames and passwords in a table format.
- Closing Page: Provides an option to close the web app.
- Access the PassPocket Web app using the provided URL.
- Use the sidebar navigation to access different sections of the app.
- In the "Password Entry" section, enter a username and password, then click "Store Password" to save them locally.
- In the "Password Generation" section, click "Generate Password" to create a random password.
- In the "View Stored Passwords" section, see the list of stored usernames and passwords.
- Click "Close" in the sidebar to exit the web app.