A web-based operating system that mimics the Windows interface, running entirely in your browser.
- The File Explorer txt files DO NOT SAVE PROGRESS OR EDITS yet. That us for future updates.
- The Notepads also dont save any progress once closed
- Desktop with icons
- Taskbar with start menu
- Window management (minimize, maximize, close, drag)
- Built-in applications:
- Notepad: Simple text editor
- Calculator: Basic calculator
- Browser: Embedded web browser
- File Explorer: Simulated file system
The project structure:
index.html: Main HTML filecss/desktop.css: Styles for the desktop and windowsjs/desktop.js: Main desktop functionality and window managementjs/apps.js: Application definitions and logicjs/window.js: Additional window utilities (currently minimal)
- No real file system (File Explorer is simulated)
- Browser app has security restrictions for cross-origin content
- No persistence (data doesn't save between sessions)
- Calculator is basic (no advanced functions)
- The NotePad Do not save progress/ edits
- Add more applications (paint, terminal, etc.)
- Implement a virtual file system
- Add themes and customization
- Improve calculator with more functions
- Add sound effects and animations