A modern, responsive portfolio website built with SvelteKit and TailwindCSS. This was built as a small school project and I'm planning to improve upon it further on.
This project is a Lexicon assignment.
npm install
npm run dev
The site will be available at http://localhost:5173
npm run build
npm preview
# Check for linting issues
npm run lint
# Format code
npm run format
src/lib/components/ - Reusable UI components (project cards)src/lib/types.ts - TypeScript interfaces for project datasrc/routes/ - SvelteKit routes (Home, About, Projects with dynamic [project] pages)src/app.css - Global stylessrc/app.html - HTML templatestatic/project-images/ - Project screenshots and thumbnailssvelte.config.js, vite.config.ts, tsconfig.json, eslint.config.js© 2026 Arden Haldorson