A simple desktop timer application built using Electron-Vite, React, and Tailwind CSS. This app allows users to set a timer using hours, minutes, and seconds. When the timer ends, an alert sound is played.
- Set timer using hours, minutes, and seconds.
- Alert sound on timer completion.
- User-friendly interface using Tailwind CSS.
- Lightweight and fast, built with Electron-Vite.
- Clone the repository:
git clone https://github.com/M-C-Niroshan/Desktop-Mini-Timmer-App.git
- Navigate to the project directory:
cd timer-app
- Install dependencies:
npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
Main Screen: The main screen features two buttons: "Start" and "Set Timer".
Set Timer Screen: This screen allows you to set the timer using hours, minutes, and seconds.
Timer Running Screen: The timer running screen shows the countdown timer with options to pause and stop.
Here's a short demonstration of the app: