A browser-based Windows 95 desktop experience with built-in productivity apps.
- My Computer, Control Panel, Recycle Bin
- Bible, Journal, Calendar, Mail
- Todo, Kanban, Pomodoro
- Text Diff, QR Code, Clippy, Lock Screen
Open index.html in a browser, or serve the folder with any static file server:
cd C:\Users\Anesu\Documents\GitHub\Win95
python -m http.server 8080Then open http://localhost:8080.
Win95/
├── index.html # Shell and boot screen
├── win95.css # Desktop chrome and window styling
├── shell.js # Window manager and app launcher
├── stores.js # Shared client-side state
├── apps/ # Individual app modules (JS + CSS)
└── architecture-review.html