Personal Portfolio Project

HTMLCSSSvelteTailwindVercelSSR

This project is the current website you are looking at! This website was developed in Svelte and Javascript. The frontend styling was written in a frontend framework called Tailwind. The content on this website is managed through a headless CMS called Hygraph.

I chose Svelte because I had not used this framework before and it was very interesting to me how it compiled at buildtime instead of runtime which makes loading the application a lot faster. Overall learning Svelte was very fun as I was able to see why its being adopted so fast in the industry. I noticed that the file based routing system was very similar to Next.JS and makes life a lot easier to set up a router for my application. Moreover, there is a really interesting way of including accessibility and types into the framework through warning messages and dynamic imports respectively.