fCC: Pomodoro Clock Project; Request Review

Hello folks,

I just finished pomodoro clock app using reactjs. The app use setInterval() method within componenDidUpdate method and It seems that the clock works just fine, and i’ve tested it few times using the test suite and it passed. However, i still doubt whether it really works since it gave me weird behaviors when placing setInterval method within componentDidMount, as suggested in reactjs docs with ticking clock app.

Please kindly review the app here codepen:podomoro:hariswb

Thank you :slight_smile: