Create a new app that contains an array of names. Display the array in a unordered list.
Add a text field and a button to the app. When the button is clicked add the value (name) in the text field to the array of names. Note that it appears in the unordered list.