
Creating another personal site and buying a domain
Background In an effort to become more professional, I decided that I want to have a personal portfolio site, and buy a domain that uses my name. I also want to relearn React and Tailwind, so this is a good opportunity for me. Creating a portfolio site Since my portfolio site has no interactive experience, a static site is my end goal. Since the static site is going to be built into HTML by Vite, I could have just made a vanilla site, purely using HTML and CSS. In the end I still chose to use React and Tailwind for learning purposes. ...