Second code challenge for Code Fellows application:
Make a simple html page that uses jQuery to manage Todos. It should have an input field. When the user enters text in the input field, show that input in the page. When an existing item is clicked, it should disappear from the page.