Create a redux store that contains the value of a number. Create a component that has an input and a button. Every time the user edits the input the store is updated. When the user clicks on the button that value should be displayed on an alert.