Skip to content

rish497/WebOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebOS - Windows-like Operating System in Chrome

A web-based operating system that mimics the Windows interface, running entirely in your browser.

Features

  • 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

Development

The project structure:

  • index.html: Main HTML file
  • css/desktop.css: Styles for the desktop and windows
  • js/desktop.js: Main desktop functionality and window management
  • js/apps.js: Application definitions and logic
  • js/window.js: Additional window utilities (currently minimal)

Limitations

  • 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

Future Enhancements

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages