https://github.com/programmingkyle/multi-timer
Easy way to keep track of as many timers as you want for as long as you want. Manage timers easily all in one app!
https://github.com/programmingkyle/multi-timer
css electron electron-app electron-forge html javascript
Last synced: 6 months ago
JSON representation
Easy way to keep track of as many timers as you want for as long as you want. Manage timers easily all in one app!
- Host: GitHub
- URL: https://github.com/programmingkyle/multi-timer
- Owner: programmingKyle
- Created: 2024-01-16T00:21:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T04:18:16.000Z (about 2 years ago)
- Last Synced: 2025-07-18T06:55:51.585Z (6 months ago)
- Topics: css, electron, electron-app, electron-forge, html, javascript
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- [Node.js](https://nodejs.org/)
- [npm](https://www.npmjs.com/) (comes with Node.js)
### Setup
- Clone this repository.
- Navigate to repository directory.
- Install dependencies (`npm install`).
- Run the application (`npm start`).