Pitstop was my first project as a Frontend developer. It started when I got a commision by a family friend for a site for his business. I had chosen Svelte as it seemed to be very close to what i was taught in school. Overall i enjoyed the project and thats why i wanted to be a Frontend Developer
My next big personal project that I worked on with my friend. The goal of the website was a way to build a database of all the farmable primogems(currency) in the game Genshin Impact. We did this without using a backend, instead opting to store the data within json files on the Frontend. While this meant needing to update the site fairly regularly, it also allows us to use Next.js' ability to ship fast webapps since we do not need to wait for requests.