From 4719ebee83721fd97f2d7ffb556a71a84ceef160 Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Mon, 9 Jun 2025 17:36:54 +0200 Subject: [PATCH] added project structure --- database/README.md | 0 frontend/addRecipe/addRecipe.css | 0 frontend/addRecipe/addRecipe.html | 13 +++++++++++++ frontend/addRecipe/addRecipe.js | 0 frontend/index.html | 13 +++++++++++++ frontend/index.js | 0 frontend/style.css | 0 7 files changed, 26 insertions(+) create mode 100644 database/README.md create mode 100644 frontend/addRecipe/addRecipe.css create mode 100644 frontend/addRecipe/addRecipe.html create mode 100644 frontend/addRecipe/addRecipe.js create mode 100644 frontend/index.html create mode 100644 frontend/index.js create mode 100644 frontend/style.css diff --git a/database/README.md b/database/README.md new file mode 100644 index 0000000..e69de29 diff --git a/frontend/addRecipe/addRecipe.css b/frontend/addRecipe/addRecipe.css new file mode 100644 index 0000000..e69de29 diff --git a/frontend/addRecipe/addRecipe.html b/frontend/addRecipe/addRecipe.html new file mode 100644 index 0000000..a65fd03 --- /dev/null +++ b/frontend/addRecipe/addRecipe.html @@ -0,0 +1,13 @@ + + + + + + Add recipe + + + + + + + \ No newline at end of file diff --git a/frontend/addRecipe/addRecipe.js b/frontend/addRecipe/addRecipe.js new file mode 100644 index 0000000..e69de29 diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..413dc12 --- /dev/null +++ b/frontend/index.html @@ -0,0 +1,13 @@ + + + + + + Cookbook + + + + + + + \ No newline at end of file diff --git a/frontend/index.js b/frontend/index.js new file mode 100644 index 0000000..e69de29 diff --git a/frontend/style.css b/frontend/style.css new file mode 100644 index 0000000..e69de29