Pomodoro Timer Project | Only with HTML, CSS and JavaScript

Pomodoro Timer Project | Only with HTML, CSS and JavaScript

EK - developer

1 год назад

25,979 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@ek-developer
@ek-developer - 30.06.2022 17:35

font-size: 62.5% --> 1rem = 10px

Ответить
@gabrieldecastro5030
@gabrieldecastro5030 - 20.11.2023 01:39

if(seconds <= 9 && seconds >= 0) {
seconds = '0' + seconds;
}
if(seconds < 0) {
seconds = 59;
workMinutes = workMinutes -1;
}

if you guys want seconds to show a 0 on the left.

Ответить
@fajrifarid5955
@fajrifarid5955 - 21.10.2023 20:53

i don't know why but, why my code isn't want to restart? when I click the restart icon it move to new page with the folder c(mine)?? anyone knows?

Ответить
@Jane-cq9ku
@Jane-cq9ku - 08.09.2023 19:48

Your counter missed 00 (after 1 starts 59). But nevertheless it helped me with my project, thank you!

Ответить
@luannguyenn
@luannguyenn - 31.08.2023 22:00

what font did u use in VSCODE? thank you

Ответить
@CristianoRonaldo-qo2lv
@CristianoRonaldo-qo2lv - 01.07.2023 19:47

Can you explain why we needed breakcount variable. And why we divided it % 2.

Ответить
@sltho
@sltho - 09.05.2023 21:05

thanks for sharing. i like the design

Ответить
@espio3364
@espio3364 - 07.03.2023 18:57

Beautiful! this was my first project
Thank you for such an Awesome Video :)

Ответить
@ALEXANDER-jd4hw
@ALEXANDER-jd4hw - 02.03.2023 01:34

bom

Ответить
@Yang-pg5hp
@Yang-pg5hp - 16.01.2023 04:06

legal, ficou mt bom

Ответить
@varalta.floresta
@varalta.floresta - 17.10.2022 13:26

muito bom!

Ответить
@amaningopoku
@amaningopoku - 22.07.2022 15:30

Awesome tutorials.

Ответить