Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.4 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.4 KB

windows-11-os-clone

Welcome to the windows 11 clone

🎨 Features

  • 🌐 Edge: Surf the web just like in a real Edge browser.
  • 📱 IPhone Clone: Iphone 15 pro website clone.
  • 💻 VS Code: Virtual Visual Studio Code environment.
  • 🪙 CryptoCurrency-Tracker: Trackers the Currecy price using API.
  • 📁 About Me: Learn about ME.

To get this project running on your local machine, follow these simple steps:

  1. Clone the repository:

    git clone https://github.com/shindodkar/windows-11-os-clone
  2. Navigate to the project directory:

    cd Windows-11-os-clone
  3. Install the dependencies:

    npm install
  4. Start the development server:

    npm start

    Your app will open in your default web browser at http://localhost:3000 🎉

    🛠️ Technologies Used

  • React.js: For building the interactive user interface.
  • Tailwind CSS: For styling the components and creating a desktop-like experience.
  • React Router DOM: For managing navigation and routing within the app.
  • Framer Motion: For adding animations and transitions.
  • React Draggable: For making elements draggable.