...

/

Persistence with Local Storage

Persistence with Local Storage

We will keep track of the state in our Pomodoro app by storing it locally.

We'll cover the following...

Exercise:

Store the state of the application in local storage. Make sure the application state is reloaded once you refresh the page.

Source code:

Use the PomodoroTracker2 folder as a starting point. The end result is in PomodoroTracker3.

Solution:

Clone Po ...