Modern Web Development Stack
- Gained hands-on experience with React 18, TypeScript, and Vite for building efficient and type-safe applications.
- Learned to leverage TailwindCSS for rapid UI development and consistent styling.

A Pomodoro Timer Chrome Extension built with React, TypeScript, and Vite to help manage time effectively. Featuring customizable timers, task management, and theme options.
PomoDev is a Chrome extension designed to boost productivity using the Pomodoro Technique. It offers a customizable timer, task management, and theme customization, all built with modern web technologies.
Allows users to start, stop, and reset the timer. Time can be customized by clicking on the display.

Users can add, complete, and delete tasks. All tasks persist in local storage for continuity across sessions.

Offers both light and dark themes to suit user preferences and reduce eye strain.

Designed to work seamlessly on both Chrome and Firefox browsers.

Adapting to the specific requirements and limitations of browser extension development, including manifest v3 for Chrome.
Ensuring the extension works consistently across different browsers, particularly Chrome and Firefox.
Implementing persistent storage to maintain timer state and tasks across browser sessions.