A fully functional password manager + plus password generator. Built with HTML/CSS/Javascript.
This project was built as part of FAC's application process
-
User creates an account before they can utilize the functionalities of the website.
If they already registered, they will be logged atomatically. Info is stored in local storage. -
They can add passwords they want to save, edit or delete existing ones
or generate totally new passwords. -
User can use search to find passwords (have to put the name exactly as stored).
- The authentication is pretty rudimentary and only allows one user per browser.
- The search functionality is not intuitive as it requires the exact same name to find passwords.
1- Client side authentication functionality (registartion and login)
2- Adding new passwords to storage
3- Editing
4- Deleting
5- Generating customizable passwords