This is a simple pomodoro app with elegant UI without useless element. It has been developed with Electron and Vue.js on mac os, so it might present some UI error on Linux and Windows.
These instructions will get you a copy of the project up and running on your local machine for development. See deployment for notes on how to deploy the project on a live system.
This project has been created with Node Js so you need :
Node.js v11.1 (can work with a lower version)
Npm v6.7.0
Has a simple node project you only need to run npm install to get all the dependencies and run the app
After having installed the dependencies run npm run start to start it.
If you want to modify the existing project, remember that it uses Parcel.js to bundle the front-end part. Here are two command to develop the front:
npm run build-front (clean and build the front in ./public/final/)
npm run dev-front (start a server with hot reload on ./public/index.html)
No deployment step currently
- Vue.js - The front-end framework used
- Vuex - Front state manager
- Electron - Desktop app generator
- Parcel.js - Bundler tool
- Tristan Morisot - Initial work - Linstructor
This project is licensed under the MIT License - see the LICENSE.md file for details

