Skip to content

ihortom/multi-timer-react

Repository files navigation

Multi-Timer

Multi-Timer is an application for MacOS that helps you manage your time when multitasking.

Visit https://ihortom.github.io for more details and to download the compiled installer.

Features

  • Multiple named timers
  • Add and delete timers at will
  • Relative and absolute time
  • Add accompanying notes
  • Clickable URLs in note's read mode
  • Make timer recurring
  • Get notified
  • Hide inactive timers
  • Reorder timers
  • Persistent state

Instructions

  1. First install dependencies: npm install
  2. To start Electron app in DEV mode, run npm start
  3. To create Mac installer, run npm run make