Skip to content

Saturn1809/Browser_OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ–₯️ Browser-Based Windows OS Simulation

A responsive, interactive simulation of a Windows-style desktop environment built using HTML, Tailwind CSS, and JavaScript.
This project replicates key UI features of a desktop operating system within the browser.

πŸ”— GitHub Repo: Browser_OS


πŸš€ Features

  • βœ… Start Menu with app list and hover effects
  • βœ… Taskbar with icons and toggleable menus
  • βœ… Glassmorphism design using Tailwind CSS
  • βœ… Power options: Shutdown, Lock, and Restart simulation
  • βœ… Responsive layout for modern screens
  • βœ… Smooth transition animations and JS-based interactions

πŸ“Έ Preview

Add a screenshot or screen recording here to show the interface
You can use Loom, Licecap, or Screenity to create GIFs or videos.


πŸ› οΈ Tech Stack

  • HTML5 – Layout structure
  • Tailwind CSS – Utility-first styling and design
  • JavaScript – Logic, event handling, and window interaction

πŸ“‚ Project Structure

Browser_OS/
β”œβ”€β”€ index.html
β”œβ”€β”€ /assets/
β”‚   β”œβ”€β”€ icons/
β”‚   └── wallpapers/
β”œβ”€β”€ /js/
β”‚   └── main.js
β”œβ”€β”€ /css/
β”‚   └── style.css (optional overrides)
β”œβ”€β”€ tailwind.config.js
└── README.md

βš™οΈ How to Run

  1. Clone the repository

    git clone https://github.com/Saturn1809/Browser_OS.git
    cd Browser_OS
  2. Install Tailwind CLI (optional if customizing styles)

    npm install -D tailwindcss
    npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch
  3. Open the project

    • Simply open index.html in your browser
    • Or use a local server like:
      npx live-server

πŸ‘¨β€πŸ’» Author

Vipin Yadav
πŸ”— GitHub β€’ LinkedIn

About

πŸ–₯️ Browser_OS is a web-based simulation of a Windows-style desktop environment, built using HTML, Tailwind CSS, and JavaScript. It replicates core UI interactions like a start menu, taskbar, draggable windows, and shutdown features β€” all inside your browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors