Pomodoro Clock w/ React Hooks

Hi everyone!

I wanted to share my Pomodoro Clock project with you all. I built it with one of the latest features from React 16, Hooks!

With Hooks, the entire thing is composed stateful functional components. Check it out!

2 Likes

Looks great- good work.

I started learning coding 4 months back and m so hooked on hooks, i did my drum machine, calculator in hooks as well. on to this one now. so will check out your code for reference.

Did you try doing it with the react-timer-hook?


you reckon that can be used for this project!