Build to-do list web-app with code

2020-05-28T21:57:18-04:00

Build to-do list using the dom web-app with code: Now use all the new skills you’ve learnt to build the to-do list app. Use JavaScript with the DOM and localStorage APIs to make a to-do-list that a user can Read More...

Build to-do list web-app with code2020-05-28T21:57:18-04:00

SAVING YOUR TO-DO LIST ITEMS to localStorage

2019-02-08T19:22:47-05:00

SAVING YOUR TO-DO LIST ITEMS to localStorage : The user can now add and remove as many items as they need from the list. But you might have noticed that if you refresh your page, your to-do list disappears. This Read More...

SAVING YOUR TO-DO LIST ITEMS to localStorage2019-02-08T19:22:47-05:00

Removing more than one HTML element

2019-02-08T19:22:52-05:00

Removing more than one HTML element: Now you can remove a HTML element using the removeChild method. But what happens if user wants to remove more than one item from his list? We need to use the DOM and Read More...

Removing more than one HTML element2019-02-08T19:22:52-05:00

Learn BUILDING THE BASIC to-do list APP

2020-05-28T21:10:20-04:00

Learn BUILDING THE BASIC to-do list APP : Let’s build a basic app. The app should have a text box and a button that user can use to add his tasks to the list. Use the DOM and JavaScript Read More...

Learn BUILDING THE BASIC to-do list APP2020-05-28T21:10:20-04:00