Todo App with State Mangement The goal of this exercise is to implement a basic Todo App with the state management pattern. This app stores input in the local storage. Check here for a version that utilises an external backend.