This is a simple Pomodoro timer extension for Google Chrome built with React and TypeScript.
- Set a custom timer for your Pomodoro sessions.
- Receive an alert when the timer finishes.
- Start, pause, and reset the timer.
- Node.js and npm: You can download and install them from nodejs.org.
git clone https://github.com/yourusername/chrome-pomodoro.git cd chrome-pomodoro
npm install
npm run build
Open Chrome and navigate to chrome://extensions/. Enable "Developer mode" using the toggle switch in the top right corner. Click on "Load unpacked" and select the build folder from your project directory.
Click on the Pomodoro Timer extension icon in your Chrome toolbar. Set your desired timer length and start the timer. You will receive an alert when the timer finishes.