Windows11

Windows 11 - Clone Page

MIT License

Stars
2
Committers
1

Windows11

Overview

This project is a website that serves as a clone of the Windows 11 operating system interface. It replicates the look and feel of Windows 11, providing users with a familiar desktop experience directly in their web browser. The website includes components such as a navigation bar, desktop area, lock screen, and various applications, closely resembling the functionality of the Windows 11 operating system.

Requirements

  • Node.js (v12 or later)
  • npm (v6 or later) or yarn (v1 or later)

Installation

  1. Clone the repository:
git clone https://github.com/VictorBravim/Windows11.git 
  1. Navigate to the project directory:
cd Windows11
  1. Install the dependencies:
npm install
or
yarn install
  1. Run the development server:
npm run dev

Project Structure

  • Nav.tsx: The Nav.tsx file is responsible for rendering the Windows-like navigation bar. It contains icons and functionalities to access applications and system resources.

  • Hero.tsx: The Hero.tsx file simulates the desktop area where users can interact with various applications and widgets. It serves as the main workspace for the user's tasks and activities.

  • LockScreen.tsx: The LockScreen.tsx file represents the initial screen of the Windows operating system, where users are prompted to log in or unlock their devices. It provides security and access control to the system.

License