Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Experience the look and feel of Windows 11 directly in your browser with this web-based clone. Enjoy a similar user interface and functionality.
Windows 11 Clone (also known as Windows11-3.0) is a web-based portfolio template that recreates the Windows 11 desktop experience in the browser using React.js, letting visitors interact with a fully simulated operating system.
Windows 11 Clone is a web-based simulation of the Windows 11 operating system built entirely with React.js. It takes no real user credentials—any input on the login page grants access—and produces an interactive desktop environment containing multiple mini-applications such as a Chrome browser, calculator, VS Code editor, Spotify-style player, and a Tic-Tac-Toe game. The project was created by Mishan Poudel and is available as an open-source repository on GitHub under the name Windows11-3.0.
The app is a single-page React application served on localhost:3000. On first launch, users land on a login screen; entering any text and submitting grants access to the desktop. From there, clicking icons on the desktop or selecting items in the start menu opens the corresponding app in a draggable window, and the taskbar tracks open windows for quick switching.
The installation is straightforward: clone the repository, run npm install, then npm start, and the app opens automatically.
Yes, the project is open source and hosted on GitHub under the repository name Windows11-3.0. You can clone, modify, and reuse it freely for personal or portfolio purposes.
The login page accepts anything—no real credentials are checked. Simply type any text and submit to enter the desktop environment.
The clone ships with six apps: Chrome, Calculator, VS Code, Emoji Tic-Tac-Toe, Spotify, and About Me. Together with the start menu, taskbar, and draggable windows, they simulate a full desktop experience.
The app is built with React.js, styled with Tailwind CSS, and uses React Router DOM for navigation, Framer Motion for animations, and React Draggable for window movement.
The repository shows eleven screenshots covering the desktop, browser, VS Code, calculator, emoji game, explorer, switch, sleep, Spotify, start menu, and About Me views.
