A minimal, productivity-focused Pomodoro Timer + To-Do List Chrome Extension with light/dark mode. Stay focused, track tasks, and get things done — all in one simple interface.
- ⏱️ Pomodoro Timer with preset options (5, 15, 25, 50 minutes)
- 📝 Built-in To-Do List with task adding & deletion
- 🌙 Light/Dark Mode toggle
- 🔁 Reset & Start controls
- 📱 Responsive design (mobile-friendly)
- 🔌 Works as a Chrome Extension (popup)
- Clone or download this repository:
git clone https://github.com/yourusername/pomo-todo-extension.git
- Open Chrome and navigate to
chrome://extensions/ - Enable Developer Mode (toggle in the top right corner)
- Click on "Load unpacked"
- Select the folder where you extracted the extension
- 🕒 Pomodoro Timer (Customizable: 5, 15, 25, 50 minutes)
- ✅ To-Do List with add/remove functionality
- 🌗 Light/Dark Mode toggle with smooth transition
- 🔄 Reset and Start buttons for timer control
- 🔔 Sound alert on timer completion
- ⚡ Instant load (no external libraries)
Pomo-ToDo/
│
├── preview/
│ ├── dark.png
| └── light.png
│
├── icons/
│ └── icon128.png
│
├── popup.html
├── popup.css
├── popup.js
├── background.js
├── manifest.json
└── README.md
- HTML
- CSS
- JavaScript
Feel free to contribute or fork the project.

