A simple Stopwatch desktop application built with Electron, HTML, CSS, and JavaScript. Designed with a custom UI, this stopwatch is packaged as a .deb
executable for Linux (Ubuntu).
- Start, Stop, and Reset stopwatch with custom-styled buttons
- Smooth digit animation without jitter
- Precise time formatting with decimal seconds (
SS.CC
) - Electron-powered for desktop support (Linux
.deb
+ AppImage)
git clone https://github.com/Celian974/StopWatch.git
cd StopWatch
sudo dpkg -i dist/stopwatch_1.0.0_amd64.deb
- The app will then appear among your applications with a "SW" desktop icon (for StopWatch).
You can download the .deb
package directly from the Releases
page and install it with :
sudo dpkg -i stopwatch_1.0.0_amd64.deb
- The app will then appear among your applications with a "SW" desktop icon (for StopWatch).
- Electron
- HTML/CSS/JavaScript
- Canva (for icons design)
Celian SIAMPIRAVE
This project is licensed under the MIT License.