To-Do List in Angular. Save your Data.

Опубликовано: 25 Март 2026
на канале: DK Programming
1,376
35

In this video we modify our application to save our to-do list's data. We talk about different options to save data in a web application. We save and retrieve our data to and from a browser's local storage using localStorage.setItem() and localStorage.getItem() methods. We use JSON.stringify() and JSON.parse() methods to convert data from Array to String and back.

Links used in the video:

GitHub Link - starting point:
https://github.com/katkovd73/to-do-li...

GitHub Link - end point:
https://github.com/katkovd73/to-do-li...

Window: localStorage property
https://developer.mozilla.org/en-US/d...

localStorage methods:
https://developer.mozilla.org/en-US/d...

JSON.stringify() and JSON.parse():
https://developer.mozilla.org/en-US/d...

YouTube Playlist - Address Book with Angular using Angular Material to style it, C# .NET Core Web API and SQL Server database:
   • Address Book with Angular, C# Web API and ...