handleFormChange()

in frontend/src/App.js [102:104]


  handleFormChange(event) {
    this.setState({url: event.target.value});
  }