A single-page portfolio website designed to showcase my mobile application development work. Built with SvelteKit and Tailwind CSS, featuring a neo-minimalist dark theme and smooth, native-app-like interactions.
src/
āāā lib/
ā āāā components/
ā ā āāā layout/ # Site-wide components (BottomNav, ScrollToTop)
ā ā āāā projects/ # Portfolio components (Cards, Gallery, Mockups)
ā āāā data/ # Static data (projects.ts)
ā āāā types.ts # TypeScript interfaces
āāā routes/ # App routing (+page.svelte, projects/[slug])
āāā app.css # Global styles and Tailwind configuration
Install Dependencies:
npm install
Start Dev Server:
npm run dev
Build for Production:
npm run build
src/lib/data/projects.ts to add or modify your portfolio items.static/images/ and reference them in the project data.src/app.css.Developed by Kurt Petrola