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](https://static.packt-cdn.com/products/9781800567511/graphics/image/Figure_4.4_B16786.jpg)
Figure 4.4 – Local Storage Service test page
The build time for this project is approximately 60 minutes.