This is a simple Pomodoro app built with Electron.
First, you set the duration for each session, the time allocated for short breaks, and the duration of the long break.
After each focus session, you take a short break, and after completing 5 focus sessions, you take a longer break.
npm init -y
npm install electron-prebuilt -D
npm install jquery
npm start