DEV Community

Discussion on: When do you work on your side projects?

Collapse
 
ben profile image
Ben Halpern

I have a side project that I built that keeps track of how I spend my time:

Neat! It's the meta side project.

What's the process like for logging this input?

Collapse
 
unthrottled profile image
Alex Simons

Ah! So SOGoS itself is a progressive web app (the dashboard is just not built for mobile view). So it has a built in pomodoro timer, that I use to break my chunks of side project work into.

So that works fine but the timer does not work when I put my phone to sleep. So I forklifted all my React code into a React Native app. Which allows me to get notifications when my phone is asleep.