Having Trouble with my To-do-list Please help

Hello,

I have been stuck on my to-do list code for a while. I am unable to add a new item to the list & unable to delete as well. Any input would be greatly appreciated !!

Here is my code:

Hi,
If you check your browsers console you will beable to see the error ReferenceError: $ is not defined. So I checked the pen and JQuery has not been added to your pen settings.

You can do this by clicking on settings and going to the javascript tab. After I did this it allowed me to add new items and delete items.

Sorry i am not sure if i follow, can you please explain in detail ?

Hey @kushp576,
what @inder23 is telling you is that you need to add JQuery to your pen, since you are using JQuery.
Below is a link explaining how to add JQuery: