React/Redux, how to get user input?

I’ve got stuck at doing a test assignment. Something I really don’t get is how to retrieve user input.
Yes I’ve seen similar question but the didn’t helped me. Here’s a part of components code that contains input
/ Link to the actual code on the gist.github.com /


As always stackoverflow helped me - so it should be evt.target.value instead.