Build A Notes App App With Javascript (Add Local Storage) | JS Project 7 of 10

preview_player
Показать описание
-- New JavaScript Course Alert --
✅ Modern JavaScript Course👇

✅ 100 Days Of JavaScript👇

Рекомендации по теме
Комментарии
Автор

Very good. How can i implement a search fuction on the titles? And it works on Android and IOS Smartphone too?

kalki-avatar
Автор

to those who can't get the edit button to work:

replace this part:

notesObj.findIndex((element, index) => {
addTitle.value = element.title;
addText.value = element.text;
})


with this:

addTitle.value = notesObj[index].title;
addText.value = notesObj[index].text;

mikeoviedo
Автор

there is problem with edit button while having multiple note

mihirjain
Автор

Great explanation, but I'm so curious, where are you from? Uganda?

leodlibabel
Автор

Wow, dude . That was pretty impressive . By the way, how can we add the animation like transform: translateX(-10rem) ;
opacity: 0;??

thedommener
Автор

Can you please tell how to restore note after deleting it by clicking backup button...

chaithalikshetty
Автор

How to add timer in notes. based on time created or edited

anteolicaaa
Автор

Hey how can we use noteObj without declaring it. Someone answer it

RohanSingh-ruwg
Автор

Thank you for your teaching. However, the EDIT button does not work well. Can I have the correct code?

SNKin-cr
Автор

your edit won't work properly, it is not taking the value by its index number.

javidahammed
Автор

✅ Modern JavaScript Course👇

✅ 100 Days Of JavaScript👇

✅ Modern React Course 👇

ZinoTrustAcademy
Автор

this guys selling courses but can't even answer about why part of his code won't work...

mikeoviedo
join shbcf.ru