Skip to content

a simple pomodoro timer to test tauri and practice the logic of a pomodoro

Notifications You must be signed in to change notification settings

alexeira/pomodoro-starting

Repository files navigation

Pomodoro Timer with Tauri

image

A simple desktop pomodoro timer made with React and Tauri for learning purposes.

Stack

  • Tauri - Build an optimized, secure, and frontend-independent application for multi-platform deployment.
  • Vite - A fast build tool.
  • React - A library for building UI.
  • TypeScript - A typed JavaScript.

Details

By default the application works with:

  • 25 minute cycles
  • After one cycle comes a 5 minute shortbreak.
  • After four cycles comes a 15-minute break.
  • After completing a cycle a small alarm will sound and the next cycle will start at a pause

Try it locally

In order to test the project locally you must first follow the tauri guide of prerequisites, after you complete them:

pnpm i 
pnpm tauri dev # for desktop view or:
pnpm dev # for localhost