My Reminder banner

My Reminder

2 devlogs
6h 44m 35s

Task Reminder - Chrome Extension: A simple, efficient Chrome extension that helps you stay on top of your tasks with customizable reminders and notifications.

This project uses AI

I used AI only for debugging

Demo Repository

Loading README...

Gunjit Gyawali

I just made some tiny UI changes and want to resubmit it as an extension.

Attachment
0
Gunjit Gyawali

Shipped this project!

Hours: 6.44
Cookies: 🍪 19
Multiplier: 3.03 cookies/hr

A reminder that notifies you of your tasks before you forget them.

Gunjit Gyawali

Overview
Task Reminder began as a small productivity experiment: building a lightweight reminder tool that stays simple, fast, and local. The focus was on reliability and usability without accounts, cloud sync, or unnecessary features.

The core goals were:
Quick task creation
Accurate, persistent reminders
Local-only data storage
A clean, distraction-free UI

Motivation
I wanted a reminder tool that worked offline, required no sign-in, and could notify me even when Chrome was minimized. Many existing tools felt either too complex or too limited, so this extension was designed to sit in the middle—simple, but dependable.

Key Features
Fast reminder creation with titles, optional descriptions, and flexible timing
Preset time buttons to reduce friction
Reliable scheduling using chrome.alarms
Desktop notifications via chrome.notifications, with optional sound alerts
Local persistence using chrome.storage.local
Minimal popup UI for viewing and deleting upcoming reminders

Design & Implementation
The UI was intentionally kept minimal, with all styling isolated in popup.css. Core logic is split cleanly between background scripts for alarms and popup scripts for user interaction, making the extension easy to maintain and extend.

Final Thoughts
Task Reminder demonstrates that small, focused tools can be powerful. By prioritizing local-first data, core Chrome APIs, and a clean interface, it delivers simple reminders that just work.

Attachment
0