A desktop pomodoro application that allows you to manage your sessions. The settings include the ability to change the time of the work session, the number of sessions, and the theme of the application.
- electron (29.1.5)
- electron-forge (7.3.1)
- react (18.2.0)
- Node 21
- npm 10
Clone the repo and install the dependencies.
git clone https://github.com/evdmatvey/evd.matvey-pomodoro.git
cd evd.matvey-pomodoro
npm install
Run in development mode.
npm run start
Run tests.
npm run test
Run code format checker.
npm run prettier:check
Get package.
npm run package
Get package and installer.
npm run make
Project evd.matvey - pomodoro is distributed under the MIT license.