Project Overview: A website that allows me to show off both my web development skills as well as interesting projects I have completed. Improving Existing Knowledge: Initally, I created the first version of this website without Svelte or Node.js. However, I've refactored it! This project reinforced my existing knowledge of Svelte, Svelte-kit, TailwindCSS, TypeScript, Node.js, HTML, JavaScript. I utilized Visual Studio Code as my code editor and currently have the website deployed using Vercel. User Interface: I intentionally took the time to create and leverage preexisting TailwindCSS components that give feedback to the user based on different states. This can been seen in the Showcase section and in the navigation bar. There are some improvments to be desired in this website and I plan on improving it using React. Here are some planned changes: -Using hosted images to improve loading times -A project search feature (or at least make the tags a valuable way to sort items) -Utlizing [slugs] for project write-up pages for better code quality -Making it more 'me' with a different, more interactive theme -Begin using a dev => main (hosted) pipeline so there are no unplanned changes Why did I even write it in Svelte in the first place ?? -I did it as a way to better understand the Echoes VIP project website (Spring 25), and to practice TailwindCSS. Svelte is an interesting framework, but React has many more applications in the current tech landscape.