diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..50bc23d Binary files /dev/null and b/.DS_Store differ diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/week-3/firestore.html b/week-3/firestore.html new file mode 100644 index 0000000..7bbea19 --- /dev/null +++ b/week-3/firestore.html @@ -0,0 +1,119 @@ + + + + + + + My Shopping List App + + + +

My Shopping List App

+ + + +
+ + + + + + + \ No newline at end of file diff --git a/week-3/index.html b/week-3/index.html new file mode 100644 index 0000000..7bbea19 --- /dev/null +++ b/week-3/index.html @@ -0,0 +1,119 @@ + + + + + + + My Shopping List App + + + +

My Shopping List App

+ + + +
+ + + + + + + \ No newline at end of file