A simple Pomodoro timer made using HTML, CSS, and JavaScript. You can set your own session length, start the timer, pause if needed, and reset whenever you want. Just something I built for staying focused while studying or working.
- You can set any time between 1 to 120 minutes.
- Once you click "Start", the countdown begins.
- You can pause and resume it any time.
- Hitting "Reset" will stop the timer and let you change the time again.
- A small reminder is shown to reset the timer after changing the time input.
You can check it out here:
https://aishi1528.github.io/pomodoro-timer/
Just wanted a lightweight timer without distractions. Plus, I thought this would be a good mini project.
You can clone this, improve it, or make it your own. No frameworks used — just plain JS and some CSS.