From e48fc31df859365f59621d00891d45a66b91ab6d Mon Sep 17 00:00:00 2001 From: mehak mansoori Date: Fri, 5 Jan 2024 17:15:34 +0530 Subject: [PATCH 1/5] first commit --- index.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/index.html b/index.html index 7672c27..a75f3bc 100644 --- a/index.html +++ b/index.html @@ -109,6 +109,36 @@

Your Notes

crossorigin="anonymous"> + + + + \ No newline at end of file From c08d40aa7d4fad3c75b1989e94a04c8aa48f92f3 Mon Sep 17 00:00:00 2001 From: mehak mansoori Date: Fri, 5 Jan 2024 17:29:38 +0530 Subject: [PATCH 2/5] 1st --- index.html | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/index.html b/index.html index a75f3bc..334aef6 100644 --- a/index.html +++ b/index.html @@ -110,26 +110,7 @@

Your Notes

- - + - \ No newline at end of file + From f29dcd3b9cc57434825d03760c3db940a7b93fcc Mon Sep 17 00:00:00 2001 From: mehak mansoori Date: Mon, 22 Jan 2024 20:13:34 +0530 Subject: [PATCH 4/5] hie --- app.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app.js b/app.js index c5b71d7..219c82d 100644 --- a/app.js +++ b/app.js @@ -7,12 +7,10 @@ let searchTxt = document.getElementById("searchTxt"); let heading = document.getElementById("heading"); let volumeButton = document.getElementById('mute-button'); done.style.visibility="hidden"; -//Event listeners + addbtn.addEventListener("click", addaNote); searchTxt.addEventListener("input", searchtext); -//Functions -// let notesArray=[] function showNotes() { let notes = localStorage.getItem("notes"); if (notes == null) { From 42a2c32a7d6fa86e66d38c4bf5da1ca0ad318509 Mon Sep 17 00:00:00 2001 From: mehak mansoori Date: Sun, 28 Jan 2024 10:28:04 +0530 Subject: [PATCH 5/5] hii --- app.js | 4 ++-- index.html | 1 + style.css | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app.js b/app.js index 219c82d..f0f92bc 100644 --- a/app.js +++ b/app.js @@ -1,4 +1,4 @@ -//DOM selectors + showNotes(); let addbtn = document.getElementById("addBtn"); let done = document.getElementById("editBtn"); @@ -163,4 +163,4 @@ function toggleMute() { volumeButton.classList.remove('fa-volume-up'); volumeButton.classList.add('fa-volume-mute'); } -} \ No newline at end of file +} diff --git a/index.html b/index.html index 5b1fecd..22d2374 100644 --- a/index.html +++ b/index.html @@ -77,3 +77,4 @@

Yo + diff --git a/style.css b/style.css index b3b8b68..e69f8a5 100644 --- a/style.css +++ b/style.css @@ -114,7 +114,7 @@ body { border-radius: 50%; } .blue-mute { - color: #637cf3; + color: #8763f3; font-size: 40px; margin-right: 20px; cursor: pointer;