Podemos enviar a task com a tecla "Enter" adicionando: ```javascript return ( <form onSubmit={event => { event.preventDefault() }} > ... ```