My Projects
Password Checker/creator
Scans through a list of 1000 of the most common passwordsto check against a user-provided password
If the password is found it will allow the user to create a new randomized password.
Project FilesPassword Manager
Allows the user to create, edit, and delete passwords
Uses a local storage API to store and retrieve passwords
Project