Create shopping list that gets and toggles items

This commit is contained in:
2023-02-04 15:58:53 +01:00
parent d782db8818
commit 5c6b0da5a1
13 changed files with 218 additions and 89 deletions

5
.prettierrc Normal file
View File

@@ -0,0 +1,5 @@
{
"semi": true,
"trailingComma": "all",
"singleQuote": true
}