From ad5494639c57c00913fa30cb5812464256b94c7b Mon Sep 17 00:00:00 2001
From: ShreyashKumbhar <137152408+ShreyashKumbhar@users.noreply.github.com>
Date: Fri, 12 Jul 2024 18:12:12 +0530
Subject: [PATCH] Shreyash-Kumbhar
Made the Sticky notes app and also added the extra task feature of deleting notes and storing notes using IndexedDB
---
package.json | 1 +
src/App.svelte | 111 ++++++++++++++++++++++++++++++++++++++++++++++---
2 files changed, 107 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index a771a7fb..9a1d5b34 100644
--- a/package.json
+++ b/package.json
@@ -20,6 +20,7 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
+ "dexie": "^4.0.8",
"tailwind-merge": "^2.3.0"
}
}
diff --git a/src/App.svelte b/src/App.svelte
index 0f3cfb05..582276b6 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -1,11 +1,112 @@
-
-
- Hello World
+
+
+
+
+
+
+
+
+
\ No newline at end of file