A web-based portfolio mimicking the Windows XP interface.
- Windows XP-inspired UI
- Draggable windows
- Taskbar with active window indicators
- Project showcase
- Responsive design
- Svelte
- CSS3
- Local Storage for window state persistence
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
To create a production version:
npm run build
Edit src/App.svelte
to modify project details and add new windows.
MIT