added new beginner project

pull/470/head
Vaibhav Shukla 4 years ago
parent b47cf8261f
commit 8675810f14

@ -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)
Loading…
Cancel
Save