Skip to content

Dillonpw/pomodoro

Repository files navigation

Pomodoro Timer App

This Pomodoro Timer app is a modern desktop application designed to help you manage your time more effectively using the Pomodoro Technique. Built with Tauri, using TypeScript and React for efficient and scalable development. The UI is styled with Tailwind CSS and the codebase is consistently formatted with Prettier to ensure readability and maintainability.

Features

  • Pomodoro Timer: Set custom focus intervals to divide your work into manageable chunks.
  • Short and Long Breaks: Customize the duration of your short and long breaks to suit your work rhythm.
  • Cross-Platform: Available on Windows, macOS, and Linux, thanks to the Tauri framework.

Pomodoro

Coming Soon

  • Customizable Themes: Choose from various themes or create your own to personalize your timer.

Installation

  1. open a terminal window and clone the repository:
  1. in the same terminal window, change the directory to the App:
  • cd pomodoro
  1. in the same terminal window, build the App:
  • npm run tauri build