This is a Rubik's cube timer app that can be displayed over other apps. Technique: An Electron application with React.
If you are using an Windows 11 or 10, you can use winget in cmd:
| Name | Id |
|---|---|
| Python 3.14 | Python.Python.3.14 |
| Node.js (LTS) | OpenJS.NodeJS.LTS |
| Git | Git.Git |
winget search --id Python.Python
winget search --id OpenJS.NodeJS.LTS
winget search --id Git.Git
winget install --id Python.Python.3.14
winget install --id OpenJS.NodeJS.LTS
winget install --id Git.Git$ npm install$ npm run dev# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux