Skip to content

Anesu/Win95

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Win95

A browser-based Windows 95 desktop experience with built-in productivity apps.

Apps

  • My Computer, Control Panel, Recycle Bin
  • Bible, Journal, Calendar, Mail
  • Todo, Kanban, Pomodoro
  • Text Diff, QR Code, Clippy, Lock Screen

Run locally

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 8080

Then open http://localhost:8080.

Project structure

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

About

Windows 95 desktop emulator with productivity apps

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors