Skip to content

Simple timer desktop app using electron

License

Notifications You must be signed in to change notification settings

gmzjuliana/Tiny-Timer

 
 

Repository files navigation

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.2.dmg

Window download Tiny-Timer-Setup-1.0.2.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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.2%
  • CSS 15.9%
  • HTML 4.1%
  • Shell 1.8%