Welcome to Windows 11 Web, a clone of the Windows 11 operating system built using cutting-edge web technologies, including Next.js, Chakra UI, and React TypeScript. This project brings the Windows 11 experience to your web browser, making it accessible to everyone.
Windows 11 Web is a Next.js project bootstrapped with create-next-app
. It uses the power of Next.js and Chakra UI to create a seamless and responsive user interface that closely resembles the look and feel of Windows 11.
Before you begin, make sure you have Node.js installed on your system.
To get started, clone this repository to your local machine:
git clone git@github.com:EduardoPicolo/Windows-11-web.git
cd Windows-11-web
Then, install the dependencies:
npm install
# or
yarn install
# or
pnpm install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
Disclaimer: This project is a clone for educational and demonstration purposes and is not affiliated with or endorsed by Microsoft. It is intended to showcase the capabilities of Next.js, Chakra UI, and React TypeScript in creating complex user interfaces.