This project is for learning purposes only.
Live Link: Live Demo
This React project mimics the Windows 11 desktop experience with fully functional draggable windows using only JavaScript and Framer Motion for smooth animations, no external draggable libraries.
- React.js
- Tailwind CSS
- Framer Motion (for smooth animations)
-
Apps:
- This PC
- Folder
- Google Chrome
- Recycle Bin
- Microsoft Edge
- Calculator
- DrawBoard
- VS Code
-
Working Components:
- Fully functional Windows Start Menu with search, shutdown, and restart functionality.
- Login page resembling Windows 11.
- Custom draggable windows for smooth interaction.
- Right-click context menu with multiple options.
- Fully interactive terminal with basic command support.
- Fork the Repository: Click on "Fork" at the top right of this GitHub page.
- Clone the Repository:
git clone https://github.com/VrajVyas11/React_Windows_11.git
- Navigate to the Project Directory:
cd React_Windows_11
- Install Dependencies:
npm install
- Start the Development Server:
npm start