windyflying / Tiny-Timer

Simple timer desktop app using electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiny-Timer

For application

Simple timer desktop app using electron

For boilerplate

Can be referred to electron basic setting like hot-loading, build, auto-launch, auto-update etc.

I have managed oh-my-desk maked electron. oh-my-desk has a core feature that is needed for other electron projects as well. (like hot-loading, auto-update, auto-launch etc.) But It is huge project to consult a core features. Therefore, Tiny-Timer is a simple project and is easy to consult about how to make a core feature.

Downloads

Following link and Download matched file about OS.

MAC download Tiny-Timer-1.0.0.dmg

Window download Tiny-Timer-Setup-1.0.0.exe

Overview

Feature

Setting time and script then occur notification with script when time up.

Hotkey

  • Enter: run the timer.
  • back-space: reset the timer.
  • space or click: stop the timer.

Use

npm install // install external library
npm run start // run `Tiny-Timer` in development mode.
npm build // build `Tiny-Timer` in production mode.

Electron Boilerplate

I make this project to help initialize about electron project. I leave the guide for initialize electron project. Please reter to this repository.

Progress about development

Contributing

Welcome about Both of case refactor timer feature and question about Progress of development. I hope to help your project.

You can ask using Issue or Comment in closed Pull requests

License

MIT

About

Simple timer desktop app using electron

License:MIT License


Languages

Language:JavaScript 79.1%Language:CSS 15.9%Language:HTML 4.1%Language:Shell 1.0%