Project overview
In this chapter, we will build a local storage service. The service will both write to and read from the browser's localStorage. We will use JS interop to accomplish this. Finally, we will create a component to test our service:

Figure 4.4 – Local Storage Service test page
The build time for this project is approximately 60 minutes.