# 🖥️ WebDesktop UI A modern, interactive **web-based desktop environment** built with **React**, **TypeScript**, and **Tailwind CSS**. This project simulates a desktop-like interface where multiple pages (like Home, About, etc.) open as floating, draggable windows — all rendered on a single route. ## ✨ Features - 🪟 Window-style UI for sections like Home, About, etc. - 🧭 Single route navigation (no traditional URL changes) - ⚛️ Built using React + TypeScript - 🎨 Styled with Tailwind CSS - 🧩 Modular component structure - ⚡ Simple setup with `npm run dev` - 🖱️ Desktop-like user experience (draggable, focusable windows) ## 🚀 Getting Started ### 1. Clone the Repository ```bash git clone [https://github.com/priyanshu-creator380/webdesktop.git] cd webdesktop-ui # webdesktop ``` ### 2. Install dependancy ```bash npm install ``` ### 3. Run Project ```bash npm run dev ``` the main code is in client folder Author: priyanshu-creator380