Download the app folder from here
- 📝 Add, edit, and delete employee shift records
- 📅 Track work hours, days, and timings
- 💾 Data persists locally (using
localStorage) - 💻 Cross-platform (Windows, Linux, macOS) via Electron
- 📦 One-click
.exeinstaller using Electron Builder
- HTML, CSS, JavaScript (Vanilla)
- Electron — Desktop application framework
- Electron Builder — Packaging and installer
shift-manager/
├── assets/ # App icons and images
├── main.js # Electron main process
├── index.html # App UI
├── renderer.js # Renderer logic
├── package.json # Project config
- Add dark mode
- Export to CSV/PDF
- Cloud sync (optional)
- Weekly/monthly schedule views
MIT License.
Feel free to fork, modify, and contribute!


