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.
- 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.
- Clone this repository.
- Navigate to repository directory.
- Install dependencies (
npm install
). - Run the application (
npm start
).