Windows XP-Style Portfolio
A web-based portfolio mimicking the Windows XP interface.
Table of Contents
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
- Clone the repository
- Install dependencies:
npm install
- 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