Commit Graph

3 Commits

Author SHA1 Message Date
241ebf17c5 Refactor code structure for improved readability and maintainability 2026-02-22 00:56:54 +01:00
038910e9f0 Add service worker for push notifications, create calendar layout, and implement WLAN QR code page
- Implemented a service worker (sw.js) to handle push notifications with dynamic options and notification click events.
- Created a calendar layout in test.html with a grid system for displaying events across days and times.
- Developed a visually engaging WLAN QR code page (wlan.html) with animated backgrounds, particle effects, and tips for connecting to the network.
2026-02-22 00:50:22 +01:00
ec33458521 feat: initial commit with Express server and Socket.IO integration
- Added package.json for project metadata and dependencies
- Created public/index.html for the front-end interface
- Implemented server.js to set up an Express server with Socket.IO for real-time communication
2026-02-21 23:38:02 +01:00