diff --git a/Projects/1-Beginner/password-manager.md b/Projects/1-Beginner/password-manager.md new file mode 100644 index 00000000..12d0aef6 --- /dev/null +++ b/Projects/1-Beginner/password-manager.md @@ -0,0 +1,20 @@ +# Pomodoro Clock + +**Tier:** 1-Beginner + +A simple password manager app that is used to store user passwords for different sites and store it in a separate file. (should not be used to store your actual passwords, its just a project.) + +## User Stories + +- [ ] User should see a imageat top and a text input field with a button - the **Logo** of app +- [ ] User should not be able to see any passwords saved in a file +- [ ] User save/delete passwords saved in a separate file + +## Bonus features + +- [ ] User can also be able to search a paticular website if the password for that is stored +- [ ] User can Theme of the app dark/light mode + +## Example projects + +- [Password manager with Tkinter](https://github.com/iamVaibhav100/password_manager)