Simple and visually-pleasing Pomodoro timer.
Pomotroid is a simple and customizable Pomodoro timer. It aims to provide a visually-pleasing and reliable way to track productivity using the Pomodoro Technique.
Pomotroid is in its early stages, so feedback and contributions are welcome! 🌱
- Customize times and number of rounds (persistent)
- Charming timer alert sounds (optional)
📝 Future plans for enhancements and development:
- Desktop notifications
- Minimize to tray
Pomotroid is available for Windows 32/64, Mac OSX and Debian/Ubuntu flavored Linux.
Download the latest version from the releases page.
Pomotroid is built using HTML, CSS, and JavaScript. It's also built using Vue.js, Electron, and electron-vue.
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
MIT
This project was generated with electron-vue@1c165f7 using vue-cli. Documentation about the original structure can be found here.