A SSR and SPA website build with SvelteKit, featuring my coding projects.
Explore the docs »
This is a updated version of my previous portfolio website. Live demo
On the frontend, i used Tailwind, DaisyUI and Svelte. The backend is build with SvelteKit and Firebase.
- Dark and light theme 🌙
- Server side rendering(SSR) on first page load, then acts as single page app(SPA) ⚡️
- Page prerendering on link hover.
- Fetches dynamic data from firebase on the server. 🔥
- Secure admin page to upload and administrate projects. 🔑
- Intelligent images 🪄
- Optimized webp images in 2 resolutions (very low, standard).
- Renders low-res image frist and fades the standard image in on top when loaded.
- High accessibility and page performance. ✅
- Scroll animations. 🌈
Explore this project by...
- Clone the repo
git clone https://github.com/kenn7575/kenni-kollemorten-v2.git
- Install NPM packages
npm i
- Start dev server
npm run dev
Apache License Version 2.0