DEV Community

0 seconds of 58 minutes, 16 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
58:16
 
Eleftheria Batsou
Eleftheria Batsou

Posted on

3

🌍Countdown Timer/Pomodoro (JS + CSS) [YouTube LIVE]

⬇️ In this video we will code a countdown timer, similar to Pomodoro clocks. You can schedule your own break, watch the countdown and also the time you have to return, or you can choose time/break by the predefined buttons.

Codepen: https://codepen.io/EleftheriaBatsou
Working project: https://codepen.io/EleftheriaBatsou/pen/bGVeWPP
Video tutorial: https://youtu.be/G7djKBUSiCk

P.S. OMG, I found what was wrong at the end of the video...
check out the first 4 lines of JS, it should be:

let countdown;
const timerDisplay = document.querySelector('.display_time-left');
const endTime = document.querySelector('.display
_end-left');
const buttons = document.querySelectorAll('[data-time]');

The inspiration for this project is coming by javascript30.


👋Hello, I' m Eleftheria, an app developer, master student, public speaker, and chocolate lover.

🍩Would you care about buying me a coffee? You can do it here: paypal.me/eleftheriabatsou but If you can't that's ok too!


🙏It would be nice to subscribe to my Youtube channel. It’s free and it helps to create more content.

🌈Youtube | Codepen | GitHub | Twitter | Site | Instagram

AWS Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

Top comments (0)

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay