TodoTron 3000 is a graphical user interface which can be used to interact with todo lists created with todo.txt.
- Add todo.txt entries to a tasklist.
- Set time for each tasklist entry
- Start the timer and start working on the task
- The app will send a notification when the time has run out
- The remaining time can also be displayed in the menu bar (optional, can be turned on/off)
- Electron
- Vue.js, Vuex and Vue-Router
- SASS and CSS
- Webpack
- Karma + Mocha
- Electron-settings for storing data locally
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit & end-to-end tests
npm test
# lint all JS/Vue component files in `src/`
npm run lint
This project was generated with electron-vue@1c165f7 using vue-cli. Documentation about the original structure can be found here.