Lordhacker756 / open-dashboard

A Minimalistic dashboard app/ chrome extension for everyone built for the open source community💜. Feel free to fork the repository and customize the app as you like
https://open-dashboard.vercel.app/
9 stars 8 forks source link

Pomodoro timer #7

Closed jonaaldas closed 2 years ago

jonaaldas commented 2 years ago

Hi, I finished a basic Pomodoro timer.

The Pomodoro timer has three modes. 1- Pomodoro -> where the user can select between three different times 15, 25, and custom time. 2- Short Break -> where the user can have a short break of 5 minutes 3- Short Break -> where the user can have a short break of 10 minutes

After each timer is finished a small beep noise will play indicating the time is up.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
open-dashboard ✅ Ready (Inspect) Visit Preview Jun 11, 2022 at 8:47PM (UTC)
Lordhacker756 commented 2 years ago

Hey there @jonaaldas I saw your code and the improvements you made. Your dedication is commendable, however, the design you proposed doesn't suit the app standalone. I've tried to add a screen to select Pomodoro which you can work on, It will look much more pleasing to the end user. and your design will help users see the Pomodoro while the main screen is off. Also, try to integrate local storage to make sure the timer doesn't reset after refresh.

Do let me know if you'd like to continue😊