Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 606 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 606 Bytes

ShoppingList

Shopping list with speech recognition. Vue + Annyang + PWA

This is a simple shoping list app. It is installable PWA.progressive web app. It recognizes only Polish language.

Commands recognized:

"KUP *" - adds to your shopping list whatever is followed by the command

"MAM *" - removes item from your list and adds to basket

"KOSZYK" - shows the items in the basket

"LISTA" - shows the list

"KONIEC" - cleans all lists.

It utilizes microphone, so you need to grant access to your media. It also uses local storage to keep track of your list.