https://github.com/holedev/mypc
https://github.com/holedev/mypc
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/holedev/mypc
- Owner: holedev
- Created: 2022-04-19T12:01:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T06:30:06.000Z (over 1 year ago)
- Last Synced: 2025-02-21T07:28:29.663Z (over 1 year ago)
- Language: HTML
- Size: 27.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My PC - Windows 10 Web Clone
A web-based Windows 10 desktop environment simulation built with HTML, CSS, and JavaScript.
## Features
- **Desktop Environment**
- Interactive desktop interface
- Desktop icons with drag-and-drop support
- Right-click context menu with common actions
- Icon size customization (Large, Medium, Small)
- Desktop icon visibility toggle
- **Start Menu**
- Windows-style start menu
- Recently added applications section
- Quick access to common folders
- Power options (Sleep, Shutdown, Restart)
- Search functionality
- **Window Management**
- Window dragging and resizing
- Minimize, maximize, and close controls
- Multi-window support
- Full-screen mode
- **System Features**
- System tray with battery, network, and sound indicators
- Date and time display
- Notifications center
- Power state management
- User login interface with PIN support
## Project Structure
```
├── index.html # Main HTML file
├── assets/
│ ├── css/ # Stylesheets
│ │ ├── app.css # Application styles
│ │ ├── base.css # Base styles
│ │ └── home.css # Home screen styles
│ ├── js/ # JavaScript files
│ │ ├── app.js # Main application logic
│ │ ├── f-file.js # File system handlers
│ │ └── init.js # Initialization code
│ ├── img/ # Image assets
│ └── video/ # Video content
```
## Getting Started
1. Clone the repository
2. Open `index.html` in a modern web browser
3. Interact with the Windows 10-like interface