Pursuit-Core-Web-Redux-One-Lab

Using this counter app as a starting point, add three buttons:

  • increment if even
  • increment if odd
  • increment async which will increment after one second has passed.

These will only require additions to the CounterContainer and Counter components.