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:
The build time for this project is approximately 60 minutes.