Here's my react challenge 10. It was a little difficult to implement a feature that allowed the input text to be updated when the user clicks outside of the input element, but I used event bubbling and useRef to create it. Let me know if there is a better way to do it. It doesn't have localStorage yet but I'll add it soon.