Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 897 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 897 Bytes

Windows XP-Style Portfolio

A web-based portfolio mimicking the Windows XP interface.

Table of Contents

Media

screenshot_1

Features

  • Windows XP-inspired UI
  • Draggable windows
  • Taskbar with active window indicators
  • Project showcase
  • Responsive design

Tech Stack

  • Svelte
  • CSS3
  • Local Storage for window state persistence

Setup

  1. Clone the repository
  2. Install dependencies: npm install
  3. Run the development server: npm run dev

Building

To create a production version:

npm run build

Customization

Edit src/App.svelte to modify project details and add new windows.

License

MIT