About this page
So, this is my website for my homework, the deadline is next year (2025), but idc.
Originally, I was trying to make a blog using Flutter and Firebase. It succeeded, but at what cost. I dont want to have those 'ratelimit'ing read/writes for databases. So, I switched to make a website for my class. So, here it is!
The "drastic" redesign changes

Maybe if you already visited this website, you may find it a little bit.. off
"Where the hell is the search bar?"
"Where's the android-like UI that you use?"
Well, in a nutshell, im redesigning everything including the code, just to make it lighter
But if you want to be more technical, here it is
More technical...
"Everything is redesigned" Including the framework that powered this website. Instead of React, I use Svelte
Instead of bundling into one file, I use built-in SvelteKit engine to compile these things. Even though both of the frameworks are using the same bundling framework, Vite
But I mean, its pretty lite considering that Svelte dosent have VDoms in it. Unlike its competitor, Vue (well, atleast our Nuxt isnt as heavy as yours)