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
- β 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
Add a screenshot or screen recording here to show the interface
You can use Loom, Licecap, or Screenity to create GIFs or videos.
- HTML5 β Layout structure
- Tailwind CSS β Utility-first styling and design
- JavaScript β Logic, event handling, and window interaction
Browser_OS/
βββ index.html
βββ /assets/
β βββ icons/
β βββ wallpapers/
βββ /js/
β βββ main.js
βββ /css/
β βββ style.css (optional overrides)
βββ tailwind.config.js
βββ README.md
-
Clone the repository
git clone https://github.com/Saturn1809/Browser_OS.git cd Browser_OS -
Install Tailwind CLI (optional if customizing styles)
npm install -D tailwindcss npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch
-
Open the project
- Simply open
index.htmlin your browser - Or use a local server like:
npx live-server
- Simply open