
A terminal-style website built with Svelte 4, TypeScript, and Tailwind CSS.

Features
- Theme Switching: Multiple built-in themes with easy switching
- Todo List: Manage tasks with add, list, complete, and remove commands
- Weather: Check weather for any city using wttr.in
- Command History: Navigate through previous commands with arrow keys
- Auto-complete: Tab completion for commands
- URL Fetching: Make HTTP requests with curl-like functionality
- Keyboard Shortcuts: Ctrl+L to clear screen, arrow keys for history
- Responsive Design: Works on desktop and mobile devices
Tech Stack
- Framework: Svelte 4
- Language: TypeScript
- Build Tool: Vite
- Styling: Tailwind CSS
- Testing: Vitest (unit/components), Playwright (E2E)
- Coverage: 85%+ code coverage
- Node Version: >=18.17.0
Quick Start