A productivity-focused timer with focus and break modes, daily and weekly stats, and a clean, interactive interface. Ideal for techniques like Pomodoro.
- Switch between Focus Time and Break Time;
- Input custom times or choose predefined ones;
- Daily time stats and weekly graph;
- Animated and responsive interface;
- Data persistence.
- Responsive in all devices.
I created this project to deepen my knowledge of CSS and JavaScript. Building this timer app taught me a lot about organising code effectively and creating systems that work well together.
It was also a great chance to explore design and frontend development practices in a practical way. I enjoy developing projects that challenge me and help me grow as a developer.
- Click the link below to run the website, or clone this repository and open the
index.html
file on your computer.
- HTML
- CSS
- JavaScript (no frameworks)
localStorage
, for data storage- No backend used
📂 root/
├️ 📄 index.html
├️ 📄 style.css
├️ 📄 script.js
├️ 📄 read-me.md
├️ 📁 Assets ...
┗️ 📁 Screenshots ...