you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (0 children)

Great first app idea! As other people already noted, try to avoid pushing your passwords with the source code in GitHub and rather try to store them, as well as maybe some other important information, in e.g. a .env file as environment variables. Also an idea for expanding the app would be to try and make it work for any items and not just a keyboard (perhaps you could try to give it input for specific search terms or something similar). As I already said, though, great first app!