Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.1 KB

File metadata and controls

32 lines (24 loc) · 1.1 KB

![Gameplay Screenshot]image

![Gameplay Screenshot]image

⏱️ Study Timer & Task Tracker

A productivity-focused web app combining a Pomodoro timer with a persistent task tracker.

🚀 Features

  • Pomodoro timer with work, short break, and long break modes
  • Task creation and deletion with LocalStorage persistence
  • Dark / Light mode toggle
  • Responsive design for mobile and desktop
  • Clean state management without frameworks

🛠 Tech Stack

  • JavaScript (ES6)
  • HTML5
  • CSS3
  • LocalStorage

🧠 What I Learned

  • Managing application state without frameworks
  • Building reliable timers with setInterval
  • Persisting user preferences with LocalStorage
  • Designing simple but effective UX

▶️ How to Run

Open index.html in your browser.

Demo

👉 Live version available here: Live Demo