This is my personal portfolio project where I showcase myself and advertise my work as a Computer Scientist and Rust developer.
In this, I wanted to get up and running without much hassle. I decided to use Svelte for it's ease of use and it's simplicity. Furthermore, I used Tailwind to keep my css bundle small.
One of the biggest problems I was with styling, one problem was with the [slug] routes, sometimes it wouldn't apply the style on the links in my navbar to indicate what route the user was on. Found out, I had to use a page.url.pathnam from the Svelte Library to make the right changes.