Skip to content

tindecken/ReminderTool2

Repository files navigation

Simple reminder tool

Screenshot

app

running

on time

Feature

  • Input your time in minutes, when on time, the logo will be changed to red color
  • Hover to tray icon to know how many seconds left
  • Double click to tray icon to count from begining

Installation

  • Get dependencies
cd ReminderTool2
yarn
  • Run in dev mode
yarn run dev
  • Build for production
yarn run build

then check build folder

Info

This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.