Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 874 Bytes

File metadata and controls

27 lines (17 loc) · 874 Bytes

Multi-Timer Electron Forge App

Overview

Multi-Timer is an Electron Forge application designed for efficiently managing and concurrently running multiple timers, accommodating both short and extended time intervals. Utilizing sqlite3, it maintains a database of active timers, ensuring their functionality persists even if the application is closed.

Features

  • Create and manage multiple timers with customizable titles.
  • Store an unlimited number of timers to suit your needs.
  • Quickly complete timers to effortlessly clear them from your list.
  • Simple and user-friendly interface.

Getting Started

Prerequisites

Setup

  • Clone this repository.
  • Navigate to repository directory.
  • Install dependencies (npm install).
  • Run the application (npm start).