JakubGluszek / intentio

A prototype of a productivity type desktop app built around the pomodoro concept.
https://intentio.app
Other
30 stars 2 forks source link
desktop-app pomodoro productivity react tauri typescript

Intentio

A productivity type desktop app built around the pomodoro concept.

About

The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s.

The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. These intervals are known as "pomodoros". The idea behind the technique is to use the time more efficiently, and to reduce the impact of interruptions on work.

The technique has been widely adopted by individuals and organizations alike, and has been shown to be an effective way to improve productivity and focus.

Preview

Preview

Warning:

v1 available in the releases page is heaviliy outdated. Usage is not recommened. Work is currently being done on v2.

Features

Install

Download the latest version from the releases page.

Stack

Client Stack

Backend stack

Development

Make sure to install all dependencies needed for your system.

Other prerequisites include:

sudo apt install librust-alsa-sys-dev
sudo apt-get install libclang-dev
git clone https://github.com/JakubGluszek/intentio.git

cd intentio

npm install

npm run tauri dev

Roadmap

Acknowledgments